解决被墙问题
拉取代码
GitHub Proxy
推送代码
git config http.https://github.com.proxy http://127.0.0.1:1080
仓库设置
查看git配置信息
git config --list
查看git用户名、密码、邮箱的配置
git config user.name
git config user.password
git config user.email
拉取代码
GitHub Proxy
推送代码
git config http.https://github.com.proxy http://127.0.0.1:1080
查看git配置信息
git config --list
查看git用户名、密码、邮箱的配置
git config user.name
git config user.password
git config user.email