fatal: unable to access ‘https://github.com/xxxxx

ubuntu中git克隆项目异常

git clone https://github.com/xxx

Cloning into 'xxx'...

fatal: unable to access 'https://github.com/xxx/xx.git/': Could not resolve host: github.com

解决办法使用命令:`

git config --global http.proxy

git config --global --unset http.proxy`

相关推荐
小和尚同志5 小时前
使用 Certimate 实现自动续签 SSL 证书
开源·github·自动化运维
怣疯knight6 小时前
Flocus+Github实现浏览器书签同步
github
黄金旺铺10 小时前
【GitHub Issue Fetcher】 轻松整理项目问题与解决方案知识库
github·issue
逛逛GitHub10 小时前
GitHub 上贼牛逼浏览器自动化 MCP,已有 2 万人点赞。
github·mcp
AI分享官10 小时前
低代码平台+MonkeyCode混合开发:3天上线一个App的野路子实操
github·ai编程
什么半岛铁盒12 小时前
C++项目:仿muduo库高并发服务器--------Any类的实现
linux·服务器·数据库·c++·mysql·github
齐杰拉14 小时前
解决 chrome-devtools-mcp 在 cursor 无法生效的问题。No tools, prompts, or resources
github
绝无仅有15 小时前
MySQL 面试题及详细解答(二)
后端·面试·github
MicrosoftReactor16 小时前
技术速递|如何使用 Playwright MCP 和 GitHub Copilot 调试 Web 应用
github·copilot·测试·playwright·mcp
杨杨杨大侠18 小时前
手把手教你写 httpclient 框架(九)- 企业级应用实战
java·http·github