git 访问 github
git访问gitHub需要设置代理:
git config --global user.name
xxxgit config --global user.email
xxxgit config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
git config --global user.name
xxxgit config --global user.email
xxxgit config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890