vtondemo / push.sh
daili0015's picture
Upload 7 files
0173443 verified
raw
history blame
151 Bytes
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