だから私はブランチを変更しようとすると、次のようになります:
error: The following untracked working tree files would be overwritten by checkout:
env/local/include
# many more files
env/local/lib
Please move or remove them before you can switch branches.
Aborting
だから私はstackoverflow.com/ignoring-a-directory-from-a-git-repo-after-its-been-addedgit rm -r --cached .
で提案されているように試します
そして私は得る:
fatal: pathspec 'env/' did not match any files
他のさまざまなパスを試しました。そこにファイルがありますか?もしそうなら、どうすればgitにそれらを無視させることができますか?
ありがとう