- 博客(2)
- 收藏
- 关注
原创 git 处理分支:for your current branch, you must specify a branch on the command line
打开.git下面的config 新增 [branch "feamn"] remote = origin merge = refs/heads/feamn 处理好先commit,push一次,在pull获取一次
2021-09-07 09:20:53
789
原创 fatal: refusing to merge unrelated histories git问题
如果git merge合并的时候出现refusing to merge unrelated histories的错误,原因是两个仓库不同而导致的解决方案有两种! 1.需要在后面加上--allow-unrelated-histories进行允许合并 2.把本地的remote删除,重新git remote add添加远程仓库! ...
2021-09-07 09:18:41
148
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅