git 问题解决记录

在用git上传文件到仓库中出现了2个问题

第一个问题:

需要修改git的代理端口与电脑自己的代理服务器设置中的端口和VPN的端口保持一致,

比如我的端口是7897,就设置

git config --global http.proxy http://127.0.0.1:7897
git config --global https.proxy http://127.0.0.1:7897

配置好后,查看git配置

git config --global --edit

第二个问题

修改.git/config中的url

将
[remote "origin"]
url = https://github.com/git的用户名/项目名称
的url改为
url = https://git的用户名@github.com/git的用户名/项目名称

再push

最后就解决了

参考资料:

1.解决git push 中remote: Permission to xxxxx.git denied to xxx. fatal: unable to acce_remote: user permission denied fatal: unable to ac-CSDN博客

2.https://zhuanlan.zhihu.com/p/648164862

相关推荐
Laplaces Demon26 分钟前
Spring 源码学习(八)—— 对象工厂
学习
打工人你好34 分钟前
iOS 逆向学习 - iOS Architecture Media Layer
学习·ios
xianwu5432 小时前
cpp编译链接等
linux·开发语言·网络·c++·git
懒大王爱吃狼2 小时前
Python基于wordcloud库绘制词云图
开发语言·python·学习·python基础·python学习
1101 11012 小时前
STM32-笔记28-蓝牙模块
笔记
一弓虽2 小时前
java 基础学习——java 异常详细介绍
java·学习·throw
π大星星️3 小时前
haproxy+nginx负载均衡实验
linux·运维·服务器·笔记·nginx·负载均衡
会说话的吹风机3 小时前
四、VSCODE 使用GIT插件
ide·git·vscode
半夏知半秋3 小时前
Python中的OS库
服务器·开发语言·笔记·后端·python·学习
yvestine4 小时前
数据挖掘——概论
人工智能·笔记·机器学习·数据挖掘