在把项目提交到github仓库遇到了一下问题
执行git push后,终端提示:
fatal: unable to access 'https://github.com/heng0815/react-app.git/': Failed to connect to 127.0.0.1 port 8087 after 0 ms: Couldn't connect to server
执行这个之后:
git config --global --unset http.proxy
再次执行git push,提交成功