欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

github上的版本和本地版本冲突的解决方法

程序员文章站 2022-06-17 13:25:52
...

 

错误:
github上的版本和本地版本冲突的解决方法
            
    
    博客分类: 项目管理工具之Git Updates were rejected because the tip of your current branch is behind 
 

原因:

 

 github 本地readme文件和远程的冲突

 

解决方案:

 

 git push -u origin 分支名 -f 

 

参考:

 

 https://blog.csdn.net/shiren1118/article/details/7761203

  • github上的版本和本地版本冲突的解决方法
            
    
    博客分类: 项目管理工具之Git Updates were rejected because the tip of your current branch is behind 
  • 大小: 14.6 KB