赞
踩
1、报错信息
fatal: unable to access 'http://github.com/xx/xxx.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused
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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。