Notes icon indicating copy to clipboard operation
Notes copied to clipboard

git代理

Open any86 opened this issue 3 years ago • 0 comments

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

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

删除代理

git config --global --unset http.proxy
git config --global --unset https.proxy

any86 avatar Apr 02 '21 15:04 any86