美文网首页
git clone时报错:Protocol https not

git clone时报错:Protocol https not

作者: BeyondiOS | 来源:发表于2017-12-06 12:02 被阅读243次

发现好久没有写文章了,手又开始痒了, ┭┮﹏┭┮

问题

今天在使用SourceTree clone“https://github.com/GanZhiXiong/ZhiXiongScrollForWPF.git
报错:

image.png

Protocol https not supported or disabled in libcurl这个翻译过来就是:
在libcurl中不支持或禁用协议https

我记得之前clone的时候也出现过,记得好像是git的版本问题,所使用的的libcurl.dll不支持https导致的

解决

于是我尝试修改Sourcetree使用的git版本,使用系统安装的Git版本

image.png

然后重新clone就可以了,看来真的是这个问题。

其他

顺便介绍下我之前为wpf写的仿mac的滚动条 O(∩_∩)O哈哈~
https://github.com/GanZhiXiong/ZhiXiongScrollForWPF

仿mac的滚动条,滚动时显示,不滚动时隐藏,带动画效果 Edit
Add topics

相关文章

网友评论

      本文标题:git clone时报错:Protocol https not

      本文链接:https://www.haomeiwen.com/subject/ccukixtx.html