致命:协议错误:线路长度不好字符:<htm

时间:2018-03-09 05:05:50

标签: git github

=“”

每次我尝试推送到git时,我都遇到了这个错误。谁能告诉我问题是什么以及如何解决?谢谢。

fatal: protocol error: bad line length character: <htm
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly

1 个答案:

答案 0 :(得分:0)

如果您使用ssh URL推送到远程服务器,请仔细检查远程用户的.profile.bashrc

如果该资源文件正在回显任何内容,那就足以触发该协议错误。

或者,如果可以(如果远程服务器支持),请切换到https:

git remote set-url origin https://url/remote/repo