0173443
1
2
3
4
5
6
7
8
9
10
git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy http://127.0.0.1:7890 git add . git commit -m "init" git push