赞
踩
当我从远程仓库克隆一个项目的时候报错如下:
unable to access 'https://github.com/lgd8981289/imooc-visualization.git/': Recv failure: Connection was reset
- git config --global --unset https.proxy
-
- git config --global --unset http.proxy
-
2,上述方案要还是无法解决,运行以下命令
git config --global http.sslVerify "false"
补充:最好的解决方法还是配置ssh方法访问,避免使用https访问经常网络连接失败或者需要输入密码的问题
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。