我这里之前使用了梯子,拉过/提交过代码所以,如果吧梯子关了就无法拉去代码 解决办法 查看是否使用了代理 git config --global http.proxy 取消代理 git config --global --unset http.proxy 现在关闭梯子也可以正常拉去代码了