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

相关推荐
传而习乎9 小时前
Newsnow自定义新闻源
github·newsnow
深紫色的三北六号13 小时前
基于 Git 某个分支创建一个全新的仓库(GitHub / GitLab)
git·gitlab·github
-拟墨画扇-15 小时前
Git | 标签操作
git·gitee·github·gitcode
CryptoRzz15 小时前
StockTV API 对接全攻略(股票、期货、IPO)
java·javascript·git·web3·区块链·github
-拟墨画扇-16 小时前
Git | 远程仓库操作
git·gitee·github
Ankkaya18 小时前
cloudflare + github 实现留言板
前端·github
阿里嘎多学长19 小时前
2025-12-28 GitHub 热点项目精选
开发语言·程序员·github·代码托管
CoderJia程序员甲20 小时前
GitHub 热榜项目 - 日榜(2025-12-28)
ai·开源·大模型·github·ai教程
一条闲鱼_mytube20 小时前
Github+Jenkins + Harbor CI/CD 指南
ci/cd·github·jenkins
逛逛GitHub21 小时前
国产 OCR 开源神器官网上线了,相当给力。
github