[Debug] git又抽风了。
-
Git pull 时遇到的问题:
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.查了好多资料,感觉是和网络有关,通过取消代理,成功解决,但还是不明觉厉,有懂的朋友可以交流一下。。
解决方案:
git config --global --unset http.proxy
git config --global --unset https.proxy