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就可以解决。

相关推荐
四问四不知8 小时前
github上的几个热门项目
github
CoderJia程序员甲9 小时前
GitHub 热榜项目 - 日榜(2025-12-3)
ai·开源·llm·github·ai教程
Hotakus15 小时前
手柄也能辅助绘画与办公 XialloControl 新的手柄映射键鼠软件
windows·开源·github·开源软件·个人开发
阿里嘎多学长16 小时前
2025-12-05 GitHub 热点项目精选
开发语言·程序员·github·代码托管
CoderJia程序员甲19 小时前
GitHub 热榜项目 - 日榜(2025-12-5)
ai·开源·大模型·github·ai教程
知行力20 小时前
【GitHub每日速递 20251205】ByteDance开源verl:灵活高效的大语言模型RL训练库,解锁多项前沿技术!
语言模型·开源·github
sijiaoh20 小时前
用Renovate处理Private Submodules
ci/cd·github
小年糕是糕手20 小时前
【C++】类和对象(六) -- 友元、内部类、匿名对象、对象拷贝时的编译器优化
开发语言·c++·算法·pdf·github·排序算法
dragoooon341 天前
[Linux网络基础——Lesson9.「TCP 全连接队列与 tcpdump 抓包」]
前端·git·github