博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年12月13日

摘要: git提交时报错:Updates were rejected because the tip of your current branch is behind: 有如下几种解决方法: 1.使用强制push的方法: git push -u origin master -f 这样会使远程修改丢失,一般是 阅读全文

posted @ 2019-12-13 23:34 淼哥学习园地 阅读(806) 评论(0) 推荐(0) 编辑