yangbo5207 / everyday

Something I learn every day.
5 stars 0 forks source link

使用代理下载git的资源 #74

Open yangbo5207 opened 5 years ago

yangbo5207 commented 5 years ago

使用代理

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

取消使用代理


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