当前位置:   article > 正文

ubantu:fatal: unable to access ‘http://github.com/‘: Failed to connect to 127.0.0.1 port 1080:_ubuntu fatal: unable to access

ubuntu fatal: unable to access

1、报错信息

fatal: unable to access 'http://github.com/xx/xxx.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused

  • 1
  • 2

2、问题解决

将https修改为git就好了

eg:  

git clone https://github.com/xxx/xxxx.git
fatal: unable to access 'http://github.com/xx/xxx.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused


修改成:
git clone git://github.com/xxx/xxxx.git


  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小舞很执着/article/detail/1012702
推荐阅读
相关标签
  

闽ICP备14008679号