Unlink of file failed

前端 未结 17 1252
时光取名叫无心
时光取名叫无心 2020-12-07 12:06

I\'m trying to do a git pull and I get the following error:

Unlink of file \'lib/xxx.jar\' failed. Should I try again? (y/n)

No

17条回答
  •  离开以前
    2020-12-07 12:27

    I've got this problem too, but I found out it was the UltraEdit in the way, since I used UE to organize and edit my eclipse workspace~~

    Maybe because the UE has a handle on the old version of specific file, Git could not unlink of it.

    After I closed UltraEdit, the problem never happened again.

提交回复
热议问题