遇到报错“Connection closed by remote host Connection closed by 20.205.243.166 port 22 fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.”

配置git config中添加代理

1
2
git config --global https.proxy http://127.0.0.1:7890
git config --global http.proxy http://127.0.0.1:7890