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,提交成功

相关推荐
Dontla17 小时前
gh CLI(GitHub CLI)安装教程(Github Command Line)
github
Dontla17 小时前
CI/CD前世今生(持续集成、持续交付、持续部署、Jenkins、Github Actions)
ci/cd·github·jenkins
委婉待续17 小时前
登录github出现ERR_CONNECTION_TIMED_OUT问题
github
洛星核18 小时前
Aider 安装、使用方法详细全解
人工智能·github·人机交互·ai编程·agi
法欧特斯卡雷特18 小时前
从 Kotlin 编译器 API 的变化开始: 2.4.0
android·开源·github
Hical6118 小时前
百万 TCP 长连接内存实测:50 万点回归,R²=1.0000,每连接 7.58 KB
后端·github
uhakadotcom18 小时前
get_event_loop(),和 get_running_loop() + ThreadPoolExecutor 有啥区别
后端·面试·github
工一木子18 小时前
GitHub 入门:从代码托管到认识技术世界的一扇门
github
小雨青年19 小时前
GitHub Copilot 上下文工程:让 AI 编程更接近真实项目
人工智能·github·copilot
七夜zippoe20 小时前
OpenClaw 节点命令执行:远程Shell与系统操作实战
github·shell·openclaw·nodes·系统操作