git版本回退后进行git pull报错如下:
The following untracked working tree files would be overwritten by merge
解决办法:
git clean -d -fx
删除没有add到仓库的文件,操作需谨慎,以免丢失改动文件。
git pull报错The following untracked working tree files would be overwritten by merge
最新推荐文章于 2024-08-12 20:44:43 发布