fatal: protocol error: bad line length character: This
Posted itbsl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: protocol error: bad line length character: This相关的知识,希望对你有一定的参考价值。
昨晚尝试搭建一个Git服务器,在搭建好服务器后,在服务器创建了一个空项目,我在本地使用git clone 拉取项目时,报了fatal: protocol error: bad line length character: This的错误。这个问题是出在Git服务器端,不是Git客户端的问题,所以Git客户端不需要修改任何东西。
我们可以查看如果我们是通过git用户拉去项目的,我们可以在服务器端通过cat /etc/passwd来查看git的登录shell,应该可以看到类似下面一行:
git:x:503:503::/home/git:/sbin/nologin
我们可以通过vim把它改为
git:x:503:503::/home/git:/bin/bash
或者通过命令修改也可以
usermod -s /bin/bash git
以上是关于fatal: protocol error: bad line length character: This的主要内容,如果未能解决你的问题,请参考以下文章
"fatal: protocol error: bad line length character: No This"
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support问题解决
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support问题解决
请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到
转载 git Unknown SSL protocol error in connection to github.com:443
Git Extensions protocol error: bad line length character: git@