1、查看git是否有代理,
git config --list
2、如果没有,看机器的代理参数
把这个参数加到git config中
运行
config --global http.porxy http://localhost:15236
config --global https.proxy http://localhost:15236
1、查看git是否有代理,
git config --list
2、如果没有,看机器的代理参数
把这个参数加到git config中
运行
config --global http.porxy http://localhost:15236
config --global https.proxy http://localhost:15236