1 article
Tuesday, Jun 28, 2022
不知道为什么,在自己的Mac os 设置git hub代理不行,使用的方法如下 git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 g...