Can't do a git pull

后端 未结 5 1140
再見小時候
再見小時候 2021-01-31 07:11

I\'m trying to do a git pull and get the error message:

error: The following untracked working tree files would be overwritten by merge:


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-31 07:53

    That file isn't in the current branch yet, so you can't remove it with git rm --cache. Just use rm.

提交回复
热议问题