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

相关推荐
QC七哥18 小时前
伪造git提交记录生成点阵字符
git·github
TimberWill18 小时前
GitHub Copilot 一键生成中文commit提示语规则设置
git·github
徐小夕19 小时前
pxcharts 多维表格开源!一款专为开发者和数据分析师打造的轻量化智能表格
前端·架构·github
NocoBase20 小时前
GitHub 上星星数量前 10 的 AI CRM 开源项目
人工智能·低代码·开源·github·无代码
CoderJia程序员甲21 小时前
GitHub 热榜项目 - 日榜(2025-12-22)
ai·开源·大模型·github·ai教程
cnnews1 天前
某讯T1刷armbian
linux·ubuntu·开源·github
bj_zhb1 天前
git reflog用法
大数据·linux·git·github
GoGeekBaird1 天前
Andrej Karpathy:2025年大模型发展总结
后端·github
CoderJia程序员甲1 天前
GitHub 热榜项目 - 日榜(2025-12-21)
开源·大模型·llm·github·ai教程