git|成功解决 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|成功解决 fatal: unable to access ‘https://github.com/...‘: Encountered end of file】成功
推荐阅读
- git|fatal: unable to access ‘https://github xxxxxxxxx的解决方法
- Linux之ln命令
- Linux之du命令
- 怎么安装Python
- python|用scikit-learn和pandas学习线性回归
- python|Scrapy框架不会(来让我带你了解了解)
- python|基于python的机器学习库
- 【数据处理】python连接mysql数据库
- 测试TCP客服端与服务端连接(python)