美文网首页
解决从github上拉代码时报错“Failed to conne

解决从github上拉代码时报错“Failed to conne

作者: 来闹的 | 来源:发表于2021-08-16 14:41 被阅读0次

主要原因是因为使用了proxy代理,需要关闭代理。

  git config --global http.proxy  //查看代理

结果为:localhost:19180

  git config --global --unset http.proxy  //不设置代理

  再拉取就没有问题了。

————————————————

版权声明:本文为CSDN博主「读书是要记笔记的」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

原文链接:https://blog.csdn.net/asla_1/article/details/105209424

相关文章

网友评论

      本文标题:解决从github上拉代码时报错“Failed to conne

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