fatal: protocol error: bad line length character: This
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: protocol error: bad line length character: This相关的知识,希望对你有一定的参考价值。
参考技术A 昨晚尝试搭建一个Git服务器,在搭建好服务器后,在服务器创建了一个空项目,我在本地使用git clone 拉取项目时,报了fatal: protocol error: bad line length character: This的错误。这个问题是出在Git服务器端,不是Git客户端的问题,所以Git客户端不需要修改任何东西。我们可以查看如果我们是通过git用户拉去项目的,我们可以在服务器端通过cat /etc/passwd来查看git的登录shell,应该可以看到类似下面一行:
我们可以通过vim把它改为
或者通过命令修改也可以
这样Git客户端就可以通过git账户拉取项目啦。
转载 git Unknown SSL protocol error in connection to github.com:443
1、执行命令:git pull –progress –no-rebase -v “origin”,报错,如图1
fatal: unable to access
‘https://github.com/shuijingwan/yii2-starter-kit.git/’: Unknown SSL
protocol error in connection to github.com:443
2、决定采用SSH的方式连接,由于Git Bash与TortoiseGit皆有可能使用,因此使用TortoiseGit自带的PuTTYgen工具生成密钥,如图2
3、打开之后,点击Generate按钮,然后在生成的过程中需要在key框中时刻移动鼠标,目的是生成一些随机数,如图3
4、将生成的公钥添加至GitHub上,如图4
5、在GitHub上添加的公钥列表,如图5
6、选择Save private key,弹出如下对话框,选择是,如图6
7、保存TortoiseGit支持的私钥至C:\Users\Administrator\.ssh\private.ppk,如图7
8、选择Save public key,保存TortoiseGit支持的公钥至C:\Users\Administrator\.ssh\authorized_keys(无扩展名),如图8
9、运行TortoiseGit软件包中的Pageant程序,如图9
10、右键选择Windows桌面右下角(通知区域)的图标,出现如下菜单,如图10
11、选择Add Key菜单栏,出现Select Private Key File文件选择框,选择之前生成的对应的私钥文件(.ppk)文件,配置完成,如图11
12、至此,TortoiseGit支持的SSH连接已经配置完毕,接下来继续配置Git Bash支持的连接
13、现在已经拥有TortoiseGit支持的Putty私钥了,如果要在Git Bash下使用,需要拥有OpenSSH的私钥,只需要执行转化就可以
14、点击菜单Conversions->Export OpenSSH Key,如图12
15、保存Git Bash支持的私钥至C:\Users\Administrator\.ssh\id_rsa,如图13
16、测试在TortoiseGit中的支持,将origin的URL修改为:[email protected]:shuijingwan/yii2-starter-kit.git,保存,如图14
17、TortoiseGit执行拉取操作,如图15
18、TortoiseGit拉取成功,如图16
19、在Git Bash中,再次执行github.com上的git pull,拉取成功,如图17
以上是关于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@