赞
踩
在拉取代码的时候会遇到
fatal: unable to access 'https://github.com/dreamcfl/admin-pc.git/': Failed to connect to github.com port 443: Timed out 端口连接失败,拒绝链接
完美解决方法(命令行中执行)
- git config --global --unset http.proxy
- git config --global --unset https.proxy
原因:有可能你的gitbub之前设置过代理
如果上面的还没有解决,可以尝试如下解决方式
git config --global url.git://github.com/.insteadOf https://github.com/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。