git提交过程中出现报错: fatal: unable to access ‘https://github.com/...‘: Encountered end of file 解决方法 去掉proxy配置 git config --global http.proxy git config --global --unset http.proxy 重新提交一次,仍未成功执行: rm ~/.gitconfig