目录
git访问gitHub需要设置代理:
git配置用户名,邮箱:
git config --global user.name "username"
git config --global user.email "jacke121@126.com"
设置代理:
git config --global user.name
xxx
git config --global user.email
xxx
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890