那些年git我们踩过的坑 :protocol error: bad line length character错误解决
程序员文章站
2022-06-10 23:42:25
...
由于用前同事的电脑
fatal: protocol error: bad line length character: <!DO
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
在百度上找了很多,没有一个解决的
git的一些命令
如果你不知道现在本地Git用的帐号是什么,你可以输入
- git config user.name 查看用户名
- git config user.email 查看邮箱
- git config --global user.name “Your_username” 修改用户名
- git config --global user.email “Your_email” 修改邮箱
折腾一番 无果 各种问题 仍然为解决???我查看 用户和email 都是我自己的,但是我发现至始至终 都没让我输入 我自己的账号对应凭证 或者 用ssh 方式
后来发现以下解决方法
删除原有凭证
接下来再次推送,果然