加载中...

随笔分类 -  git

摘要:为什么无法同步? 解决方法: 将 [remote "origin"] url=https://github.com/用户名/仓库名.git 修改为: [remote "origin"] url=https://用户名:密码@github.com/用户名/仓库名.git 阅读全文
posted @ 2020-09-07 22:30 HelloMagicWorld
摘要:在执行git push命令的过程中,可能会遇到如下错误: ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/WinStarry/javaSE.git' 阅读全文
posted @ 2020-09-05 22:30 HelloMagicWorld