Github遇到的问题解决方法总结(持续更新...)

1.github每次push都需要输入用户名和token的解决方法

push前,执行下面命令 :

bash 复制代码
git config --global credential.helper store

之后再输入一次用户名和token之后,就不用再输入了。

2.git push时遇到"fatal: unable to access 'https://github.com/XXXXXXX/': gnutls_handshake() failed: The TLS connection was non-properly terminated."错误时解决方法

命令行输入:

bash 复制代码
git config --global credential.helper store

重新验证用户名、token就可以解决。

相关推荐
sunny_liangzilong13 小时前
为何 git 默认是 master分支,而github默认是main分支(DeepSeek问答)
git·github
go546315846520 小时前
指导初学者使用Anaconda运行GitHub上One - DM项目的步骤
github
时光追逐者1 天前
Visual Studio使用GitHub Copilot提高.NET开发工作效率
c#·github·.net·copilot·ai编程·微软技术·visual studio
油泼辣子多加2 天前
2025年02月01日Github流行趋势
github
萨文 摩尔杰2 天前
hexo部署到github page时,hexo d后page里面绑定的个人域名消失的问题
github
油泼辣子多加2 天前
2025年01月31日Github流行趋势
github
Ronin-Lotus3 天前
上位机知识篇---Git&GitHub
git·学习·github
AI悦创|编程1v13 天前
GitHub Actions定时任务配置完全指南:从Cron语法到实战示例
github
**kwargs3 天前
ssh密钥登录GitHub时一直提示“Error: Permission denied (publickey)”
运维·ssh·github
dreadp4 天前
解锁豆瓣高清海报:深度爬虫与requests进阶之路
前端·爬虫·python·beautifulsoup·github·requests