fatal: unable to access ‘https://github.com/heng0815/react-app.git/‘

在把项目提交到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

参考了这个网站:https://stackoverflow.com/questions/27087483/how-to-resolve-git-pull-fatal-unable-to-access-https-github-com-empty

执行这个之后:

复制代码
git config --global --unset http.proxy

再次执行git push,提交成功

相关推荐
摇滚侠11 小时前
零基础小白自学 Git_Github 教程,GitHub Action 基础概念,笔记22
笔记·git·github
追逐时光者12 小时前
一个免费且实用的 GitHub 工具,可将 GitHub 的 README 翻译成多种语言!
github
逛逛GitHub16 小时前
发现 3 个牛哄哄 AI 的 GitHub 开源项目,速速收藏。
github
1024肥宅17 小时前
告别异地登录告警!用 GitHub Self-Hosted Runner 打造“零打扰”全栈自动化部署
前端·后端·github
源码方舟19 小时前
【GitHub和Gitee两大平台对比分析】
gitee·github
摇滚侠19 小时前
零基础小白自学 Git_Github 教程,Git 命令行操作2,笔记19
笔记·git·github
NocoBase19 小时前
社区用户分享:用 NocoBase 搭建可落地的 ERP
低代码·开源·github
二进制情书21 小时前
510-GitHub基础
github