解决git pull出现的问题

问题现象:git pull 出现

error: the following  untracked working treee files would be overwritten by merge: .gitignore

解决方法:使用git clean -f -d

 

posted @ 2021-04-22 09:59  northli  阅读(138)  评论(0)    收藏  举报