Git pull causing "unlink of file failed" error

I am trying to do git pulland get confused with the error "Refusal of xxx failed file" error.

I tried ProcessExplorer as defined in this answer; using the find function does not return any process using the corresponding file.

I also tried to start git gcas indicated in this and it starts, but I still get an error.

I have write permissions to the file.

Any other suggestions? This causes a serious problem.

+4
source share
2 answers

This should be fixed in Git 2.8 (March 2016)

. commit d562102, commit dcacb1b, commit df617b5, 0898c96 (13 2016 .) (dscho).
( Junio ​​C Hamano - gitster - commit 3c80940, 26 2016 .

fetch:

, , .

, "gc --auto" packfiles, , , .
, .

git-for-widows 500.

, , , ( Git 2.8 ) gc.autoPackLimit.

git config gc.autoPackLimit 10000
git fetch
git config gc.autoPackLimit 50 # default value
+2

cmd? , git pull git - bash ( bash.exe bin git), (, Windows) git - bash - UNIX.

0

Source: https://habr.com/ru/post/1625878/


All Articles