Git checkout and reset on Windows occasionally shows random files have changed

前端 未结 5 500
清歌不尽
清歌不尽 2020-12-16 21:46

Often when I do a checkout of a different branch, or a reset, I will get \'permission denied\' errors from windows for one to a dozen files - but the particular files vary f

5条回答
  •  时光取名叫无心
    2020-12-16 22:29

    It might be the Windows Search Indexer, which tries do index files as they are created. I ran into this issue with svn checkout and had to exclude that directory from indexing before I could successfully checkout a full project.

提交回复
热议问题