git
elizebeth6
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git踩坑 push时报错 error: failed to push some refs to 'git@gitee.com:git_zn/jl.git'
很遗憾没留下错误相关的代码截图,大家凑合看吧 git push 时报错 ! [rejected] master -> master (fetch first) error: failed to push some refs to 'git@gitee.com:git_zn/jl.git' hint: Updates were rejected because the remo...原创 2020-02-28 09:30:21 · 2308 阅读 · 1 评论 -
git 踩坑 fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repo
fatal: ‘origin’ does not appear to be a git repository fatal: Could not read from remote repository. git 向分支推送时碰到此错误 出现此错误的原因是因为没有将远程仓库连接到你的本地代码, 这种情况下,建议先输入 git push -f命令强制提交一下 如果出现如下图的提示 进行下一步的绑定远...原创 2020-02-28 09:06:28 · 6676 阅读 · 2 评论
分享