git bash 里面拉代码超时
参考链接:https://blog.csdn.net/qq_43546721/article/details/139506583
1、先重置
git config --global --unset http.proxy
git config --global --unset https.proxy
2、然后用clash上的代理设置
git config --global http.proxy http://127.0.0.1:7890
参考链接:https://blog.csdn.net/qq_43546721/article/details/139506583
1、先重置
git config --global --unset http.proxy
git config --global --unset https.proxy
2、然后用clash上的代理设置
git config --global http.proxy http://127.0.0.1:7890