我是靠谱客的博主 从容小蘑菇,这篇文章主要介绍git 报错 fatal: Updating an unborn branch with changes added to the index.,现在分享给大家,希望可以做个参考。
在使用 git的时候 想把码云上的文件拉取到本地发现报错
git pull --rebase origin master
fatal: Updating an unborn branch with changes added to the index.
后来发现原来是 提交到版本库中的文件没有没有提交到 分支中,还在暂存区
所以执行
git commit -m 'xx' 就行了
最后
以上就是从容小蘑菇最近收集整理的关于git 报错 fatal: Updating an unborn branch with changes added to the index.的全部内容,更多相关git内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复