随手记一下,省的以后还要到处找
打开C:\users\username\.gitconfig文件,最后加上
[http] proxy = socks5://127.0.0.1:1080 [https] proxy = socks5://127.0.0.1:1080 [git] proxy = socks5://127.0.0.1:1080 |
随手记一下,省的以后还要到处找
打开C:\users\username\.gitconfig文件,最后加上
[http] proxy = socks5://127.0.0.1:1080 [https] proxy = socks5://127.0.0.1:1080 [git] proxy = socks5://127.0.0.1:1080 |