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

相关推荐
编程修仙12 小时前
github的使用
github
白驹过隙^^13 小时前
OB-USP-AGENT安装使用方法
数据库·经验分享·网络协议·tcp/ip·github·ssl
xlp666hub13 小时前
手写 Linux 并发服务器,fork, pthread与 epoll 模型实战(包含深层原理剖析)
github·c
火车叼位15 小时前
小白也能学会:AI分离人声 + FFmpeg替换音轨全流程
github
程序媛Dev15 小时前
平台工程新范式:我扔掉了本地环境,开发体验直接起飞。
github
逛逛GitHub15 小时前
这个 GitHub 神器让 Gemini 写的网站 3 秒上线,累计部署 67 万个网站。
github
GZKPeng16 小时前
github 新版本网页如何对repository管理人员
github
CoderJia程序员甲20 小时前
GitHub 热榜项目 - 日榜(2025-12-16)
llm·github·ai教程
bj_zhb20 小时前
Git 回退到某个 commit
git·github
openinstall全渠道统计21 小时前
开发者指南:广告投放系统搭建与前后端数据打通全流程
windows·git·oracle·eclipse·sqlite·github