git push报错: error: failed to push some refs to ‘git@github.com:xxx/xxx.git‘解决方法

git push的时候报错:

error: failed to push some refs to 'git@github.com:xxx/xxx.git'

今天在把本地仓库push到远程仓库的时候,报错了。。。
就是这样:

在这里插入图片描述

或则是,使用 git gui 使用情况就是这样:

Pushing to git@github.com:************.git
To github.com:************.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to '************.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

 
  
  
 
查了几种解决方式都不太管用,最后发现是由于github 中的 README.md文件 不在本地代码目录中

检查了一下果然如此!

这时候可以通过 git pull --rebase origin master README.md文件克隆到本地库。

 
  
 

之后可以看到本地仓库中有 README.md 文件了~~

 
  
  
 
此时再执行 git push origin master 就可以完成上传到远程仓库的操作了
在这里插入图片描述

或使用git gui 来实现push:

最后:

参考:
(1):https://blog.csdn.net/qq_34842671/article/details/70916587
(2):https://blog.csdn.net/sinat_34937826/article/details/90512627

  • 4
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值