git 提交出错

浏览:59日期:2023-10-17

问题描述

From https://git.coding.net/changelink/fancheng * branch master -> FETCH_HEADerror: The following untracked working tree files would be overwritten by merge: .projectPlease move or remove them before you can merge.Aborting

问题解答

回答1:

把那个文件放到gitignore吧,这种文件是ide搞出来的,没用

回答2:

删掉这个文件,或者重命名,然后再 pull 或者 fetch。

相关文章: