摘要:
解决方法1: 1.在git bash中输入:git pull --rebase origin master ;意为先取消commit记录,并且把它们临时保存为补丁(patch)(这些补丁放到”.git/rebase”目录中),之后同步远程库到本地,最后合并补丁到本地库之中。 2.重新push,仍然失 阅读全文
posted @ 2021-10-09 23:17
xianyongchao
阅读(1302)
评论(0)
推荐(0)
摘要:
转载:https://wjrsbu.smartapps.cn/zhihu/article?id=60422507&isShared=1&_swebFromHost=baiduboxapp&_swebfr=1 本文所使用的软件: VMware® Workstation 12 Pro (12.0.1 b 阅读全文
posted @ 2021-10-09 14:03
xianyongchao
阅读(2053)
评论(0)
推荐(1)