会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bp9jISKIN
博客园
首页
新随笔
联系
订阅
管理
2019年9月12日
git : error: failed to push some refs to xxxxx
摘要: 原因:本地和远程的文件应该合并后才能上传本地的新文件 解决方案: 1、先拉下来,会自动合并的(不用操心) git pull origin master 如果上述代码报错,用: git pull origin master --allow-unrelated-histories 2、再上传 git p
阅读全文
posted @ 2019-09-12 12:50 bp9jISKIN
阅读(202)
评论(0)
推荐(0)
编辑
公告