
git使用
git相关使用
lyn@
这个作者很懒,什么都没留下…
展开
-
git: fork仓库后的同步操作
【代码】git: fork仓库后的同步操作。原创 2023-12-26 13:37:26 · 1232 阅读 · 0 评论 -
git一直输入用户名和密码的解决方法remote: HTTP Basic: Access denied fatal: Authentication failed for
报错信息:remote: HTTP Basic: Access denied fatal: Authentication failed for ’ 解决方法:git config --global credential.helper store (彻底解决) git config --system --unset credential.helper 每次pull都需要输入用户名和密码原创 2022-02-28 17:21:29 · 2437 阅读 · 0 评论