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 小时前
如何写一个好的 Pull Request
github
Hommy888 小时前
【开源剪映小助手】云渲染环境搭建
python·开源·github·剪映小助手
Robot_Nav9 小时前
Git 项目维护命令指南相关讲解
git·机器人·github
逛逛GitHub10 小时前
给你的 Claude Code 装上一个超酷的状态栏。 逛逛GitHub
github
CoderJia程序员甲11 小时前
GitHub 热榜项目 - 日榜(2026-04-14)
人工智能·ai·大模型·github·ai教程
Hical_W11 小时前
告别回调地狱:在 C++ Web 框架中全面拥抱协程
c++·github
别叫我->学废了->lol在线等12 小时前
claudecode的agent定义
前端·chrome·github
研究点啥好呢12 小时前
Github热榜项目推荐 | 学习与贡献是开源的意义
学习·开源·github
kiku181813 小时前
keepalived高可用与负载均衡
后端·github·lvs
yyuuuzz13 小时前
独立站搭建:从基础到避坑的实战分享
前端·javascript·github