处理无法拉取GitHub库的解决方案

提交和拉取github上的库总是失败,这里记录一下如何使用代理解决。

首先找到端口,记住它的端口

然后使用git命令

cpp 复制代码
# HTTP/HTTPS 协议
git config ----global http.url.proxy http://127.0.0.1:port
# 以 Github 为例
git config ----global http.https://github.com.proxy http://127.0.0.1:port

# SOCKS5 协议
git config ----global http.url.proxy socks5://127.0.0.1:port
# 以 Github 为例
git config ----global http.https://github.com.proxy socks5://127.0.0.1:port

完成。就可以拉取了。

相关推荐
AI理性派思考者3 小时前
【保姆教程】手把手教你在Linux系统搭建早期alpha项目cysic的验证者&证明者
后端·github·gpu
wy02_7 小时前
Linux下载RabbitMQ,并解决Github拒绝访问443的问题
linux·rabbitmq·github
Domain-zhuo8 小时前
Git常用命令
前端·git·gitee·github·gitea·gitcode
aPurpleBerry8 小时前
解决 fatal: detected dubious ownership in repository at ‘XXXX‘ 问题
github
vvw&12 小时前
如何在 Ubuntu 22.04 上安装 Graylog 开源日志管理平台
linux·运维·服务器·ubuntu·开源·github·graylog
HelloGitHub14 小时前
跟着 8.6k Star 的开源数据库,搞 RAG!
开源·github
sdaxue.com1 天前
帝国CMS:如何去掉帝国CMS登录界面的认证码登录
数据库·github·网站·帝国cms·认证码
m0_748247551 天前
github webhooks 实现网站自动更新
github
张国荣家的弟弟1 天前
【Yonghong 企业日常问题04】永洪BI可视化工具Linux部署全攻略(部署详解版)
linux·运维·github
油泼辣子多加1 天前
2024年12月23日Github流行趋势
github