解决命令行github超时问题

5 min read

解决命令行github超时问题

git config --global https.proxy http://192.168.4.121:7890
git config --global http.proxy http://192.168.4.121:7890

使用http协议的仓库地址