[git] fatal:protocol 'https' is not support
Posted ghost4c-qh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[git] fatal:protocol 'https' is not support相关的知识,希望对你有一定的参考价值。
git remote add origin https://xxxxxx #添加远程仓库
git fetch origin master #将远程仓库的最新的内容拉取到本地
然后出现了如下问题:
思路:
进入到本地仓库目录下的.git 文件夹下,打开 config 文件发现原来我的 远程仓库的URL出现了问题:
解决办法:
将 url 等号后的<0x96>删除并保存config 文件,然后
git fetch origin master
问题最终被解决!
以上是关于[git] fatal:protocol 'https' is not support的主要内容,如果未能解决你的问题,请参考以下文章
[git] fatal:protocol 'https' is not support
fatal: protocol error: bad line length character: This
请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到
"fatal: protocol error: bad line length character: No This"