由于 Git 当前总是出于某种魔法无法 pull 和 push, 而科学地开启魔法后设置全局代理地址就可以自由地 push 和 pull 了。
设置代理
git config --global http.proxy http://127.0.0.1:2081
git config --global https.proxy https://127.0.0.1:2081
约 264 字...
由于 Git 当前总是出于某种魔法无法 pull 和 push, 而科学地开启魔法后设置全局代理地址就可以自由地 push 和 pull 了。
git config --global http.proxy http://127.0.0.1:2081
git config --global https.proxy https://127.0.0.1:2081