Unlink of file Failed. Should I try again?

前端 未结 30 3768
臣服心动
臣服心动 2020-12-02 03:44

Something wrong is going on with one of the files in my local git repository. When I\'m trying to change the branch it says:

Unlink of file \'templates/media         


        
30条回答
  •  旧巷少年郎
    2020-12-02 04:34

    I had this issue and solved it by the command : git gc The above command remove temp and unnecessary files. (Garbage collector.)

提交回复
热议问题