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

相关推荐
HelloGitHub1 分钟前
《HelloGitHub》第 124 期
开源·github
徐小夕11 小时前
花了一周,3亿tokens,我开源了一款 Word 文档智能审查平台,文稿自动质检+可视化分析,告别低效人工审核
前端·算法·github
维基框架17 小时前
GitHub重构漏洞赏金计划 向AI批量报告说不
人工智能·重构·github
咖啡星人k17 小时前
【无标题】
前端·ai·github
逛逛GitHub17 小时前
本周 TOP 17 排名的 GitHub 开源项目大盘点,第一个值得收藏。
github
DogDaoDao19 小时前
OpenBrowser 深度解析:让 AI 真正「用上」浏览器的自主代理框架
人工智能·程序员·大模型·github·web·ai工具·openbrowser
晚来的棠棠1 天前
彻底解决 github 无法访问或者访问慢的问题_github打开太慢了
github
tokenKe1 天前
ego-lite:给 AI Agent 用的最快浏览器 | SSP Github Daily
人工智能·github
软件工程师文艺1 天前
NewsNow 技术原理与架构
github
Vandara1 天前
避坑指南:MOABB 从零搭建到跑通 Benchmark(Python 3.11 + MOABB v1.1.0+)
github