💡 参考文章见Ref,感谢提供思路!
🗺️当前这篇博文地址:https://myoontyee.github.io/article/7faf135d.html
⚠️警告:博客文章禁止一切形式的非授权非法转载!
⚠️Attention: All forms of unauthorized illegal reposts are prohibited !

创建时间:2022年3月29日20:11:01
最新更新:2022年3月29日20:11:07


核心思路:设置代理端口为对应的代理软件端口


  • 打开Git-Bash,输入如下指令,端口修改为Clash界面内对应的端口,同时记得打开Allow LAN
1
2
3
4

git config --global https.proxy http://127.0.0.1:7890
git config --global http.proxy http://127.0.0.1:7890