7 lines
216 B
Bash
7 lines
216 B
Bash
|
git config --global --unset https.proxy
|
||
|
git config --global --unset http.proxy
|
||
|
|
||
|
git push prod main
|
||
|
|
||
|
git config --global http.proxy http://107.120.133.64:8080
|
||
|
git config --global https.proxy http://107.120.133.64:8080
|