"fatal: protocol error: bad line length character: No This"
Posted 熊二
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了"fatal: protocol error: bad line length character: No This"相关的知识,希望对你有一定的参考价值。
git clone 远程地址时候出现 "fatal: protocol error: bad line length character: No This" 错误
在stackoverflow上查到的是修改~/.bashrc文件采用 echo "错误信息" 1&2>/dev/null 来忽略错误提示
我出现这种问题的原因是:
/etc/passwd文件里面
git:x:501:502::/home/git:/sbin/nologin
修改成为
git:x:501:502::/home/git:/usr/local/git/bin/git-shell
查找自己系统上安装的git-shell路径方法为
locate git-shell
我的搜索结果是/usr/local/git/bin/git-shell
希望我的解决办法对你能有所帮助。
以上是关于"fatal: protocol error: bad line length character: No This"的主要内容,如果未能解决你的问题,请参考以下文章
chrome“net:加载资源失败:net::ERR_SPDY_PROTOCOL_ERROR”有啥问题?
请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到
fatal: protocol ‘https‘ is not supported
fatal: protocol error: bad line length character: This
Git Extensions protocol error: bad line length character: git@