码迷,mamicode.com
首页 > Web开发 > 详细

[git] fatal:protocol 'https' is not support

时间:2020-03-25 09:12:23      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:image   出现   inf   nbsp   仓库   bsp   解决   conf   ast   

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

标签:image   出现   inf   nbsp   仓库   bsp   解决   conf   ast   

原文地址:https://www.cnblogs.com/Ghost4C-QH/p/12563636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!