git checkout 报错error: Your local changes to the following files would be overwritten by checkout: da

Posted vinzen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git checkout 报错error: Your local changes to the following files would be overwritten by checkout: da相关的知识,希望对你有一定的参考价值。

1  git clean n //这个是清除文件预览 git clean -f //强制清除文件

2  git clean -f //强制清除文件

3  git checkout -f <branch>  //不建议使用  容易丢失文件

以上是关于git checkout 报错error: Your local changes to the following files would be overwritten by checkout: da的主要内容,如果未能解决你的问题,请参考以下文章