On Tue, 2020-11-03 at 12:39 +0000, f.stolte(a)fz-juelich.de wrote:
I'm not familiar with the german translations of POSIX error messages.
Is that EACCES or EPERM? If you run the git clone under strace, can you
see which system call returned the error?
Hi Jeff,
i changed the locale to english and executed git clone with strace. I think this is the
interesting part:
fatal: unable to open /home/f.stolte/Viberr/.git/objects/pack/tmp_pack_ZVQwGK: Permission
denied
"", 46) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2429, si_uid=145522,
si_status=128, si_utime=9, si_stime=2} ---
close(7) = 0
wait4(2429, [{WIFEXITED(s) && WEXITSTATUS(s) == 128}], 0, NULL) = 2429
write(2, "fatal: index-pack failed\n", 25fatal: index-pack failed
) = 25
getpid() = 2425