请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到相关的知识,希望对你有一定的参考价值。
参考技术A aliyun code"protocol error: bad line length character: Welc"
修改 TortoiseGit 设置 >> 网络,默认的 SSH 客户端:
"C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe"
改成win下git默认的
"C:\Program Files\Git\usrbin\ssh.exe" 参考技术B 在新建SSH用户时,选择错误的协议了,不要选Windows Shell。 参考技术C 遇到同样的问题 求解答
Git 提示fatal: remote origin already exists 错误解决办法
今天使用git 添加远程github仓库的时候提示错误:fatal: remote origin already exists.
最后找到解决办法如下:
1、先删除远程 Git 仓库
$ git remote rm origin
2、再添加远程 Git 仓库
$ git remote add origin [email protected]:FBing/java-code-generator
如果执行 git remote rm origin 报错的话,我们可以手动修改gitconfig文件的内容
$ vi .git/config
把 [remote “origin”] 那一行删掉就好了。
以上是关于请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到的主要内容,如果未能解决你的问题,请参考以下文章
Git 提示fatal: remote origin already exists 错误解决办法
git 提示:fatal: remote origin already exists. 错误解决
Git 提示fatal: remote origin already exists 错误解决办法
VS2017git 提交提示错误 Git failed with a fatal error.
gitGit 提示fatal: remote origin already exists 错误解决办法
Win10系统,使用VSCode提示错误fatal: detected dubious ownership in repository at