git报错fatal: unable to access ‘https://github.com/.../.git‘:Recv failure Connection was reset
在使用git时,经常会碰到这个错误:fatal: unable to access 'https://github.com/.../.git':Recv failure Connection was reset
解决方式:
git config --global --unset http.proxy
git config --global --unset https.proxy