每次我尝试推送到git时,我都遇到了这个错误。谁能告诉我问题是什么以及如何解决?谢谢。
fatal: protocol error: bad line length character: <htm
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
答案 0 :(得分:0)
如果您使用ssh URL推送到远程服务器,请仔细检查远程用户的.profile
或.bashrc
。
如果该资源文件正在回显任何内容,那就足以触发该协议错误。
或者,如果可以(如果远程服务器支持),请切换到https:
git remote set-url origin https://url/remote/repo