idea中使用git pull或push报错fatal:unable to access “https://xxxxxxx“的一种解决方法

可能是不该加代理但是之前有加代理。

1、执行 git config --global http.proxy 查询当前代理

2、执行 git config --global --unset http.proxy和git config --global --unset https.proxy 取消当前代理

3、增加代理 .

执行git config --global http.proxy http://127.0.0.1:1080

执行git config --global https.proxy http://127.0.0.1:1080

参考文章:fatal:unable to access "https://xxxxxxx"的一种解决方法 - 哔哩哔哩

相关推荐
漫步企鹅17 分钟前
[Git] Git Stash 命令详解
git·git push·git pull·git commit·git pull rebase
写bug写bug27 分钟前
Java并发编程:什么是线程组?它有什么作用?
java·后端
Andya_net33 分钟前
SpringBoot | 构建客户树及其关联关系的设计思路和实践Demo
java·spring boot·后端
申城异乡人35 分钟前
【踩坑系列】使用Comparator.comparing对中文字符串排序结果不对
java
Brian_Lucky37 分钟前
在 macOS 上合并 IntelliJ IDEA 的项目窗口
java·macos·intellij-idea
兮动人38 分钟前
Idea使用github copilot登录bug+解决方案
github·bug·intellij-idea
周杰伦_Jay40 分钟前
continue插件实现IDEA接入本地离线部署的deepseek等大模型
java·数据结构·ide·人工智能·算法·数据挖掘·intellij-idea
江沉晚呤时43 分钟前
深入了解递归、堆与栈:C#中的内存管理与函数调用
java·jvm·算法
天草二十六_简村人1 小时前
Macbook IntelliJ IDEA终端无法运行mvn命令
java·jdk·maven·intellij-idea