成功解决 fatal: unable to access ‘https://github.com/...‘: Encountered end of file

尝试了别的文章里去掉git configuration里的proxy配置

git config --global http.proxy
git config --global --unset http.proxy

其他攻略里很多人到这步就成功了,但是我这边还是报错,用vim看了一下git的config file里面已经空了(在清除了git config之后)
于是我直接用如下代码把整个git config文件删掉了(反正已经空了)
rm ~/.gitconfig

成功

你可能感兴趣的:(git,ubuntu,github,python,linux)