git mergする前に、それらを移動または削除してください



Git Please Move Remove Them Before You Can Merg



gitマージする前に、それらを移動または削除してください。エラー解決策

git pullでさまざまな問題が発生することがよくありますが、次のような状況が発生することがよくあります。

マージする前に、それらを移動または削除してください。

中絶




解決策は非常に簡単です



git clean -d -fx '' among them x ----- delete the file has been ignored for git is not a recognized file d ----- delete not added to the git path of the file f ----- forced to run

複製:https://my.oschina.net/wuguzi/blog/465879