# 疑难杂症

**问题1:**&#x20;

出现`error: The following untracked working tree files would be overwritten by checkout`

**解决办法:**

```
 git clean -d -fx ""
```
