很多修改
This commit is contained in:
12
998-常用脚本/git/git设置代理.sh
Normal file
12
998-常用脚本/git/git设置代理.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
git config --global --get http.proxy
|
||||
git config --global --get https.proxy
|
||||
|
||||
|
||||
git config --global http.proxy http://localhost:7897
|
||||
git config --global https.proxy http://localhost:7897
|
||||
|
||||
git config --global --unset http.proxy
|
||||
git config --global --unset https.proxy
|
||||
Reference in New Issue
Block a user