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

 

posted @ 2025-05-02 16:54  kuaqi  阅读(31)  评论(0)    收藏  举报