Am 26.04.21 um 14:53 schrieb Kostya M: > Yes, adding `HOME=/tmp/not-exist` fix this. > > my ~/.gitconfig is (maybe it have outdated options, it was generated long ago): > > [color] > status = auto > branch = auto > diff = auto > > [core] > symlinks = false > autocrlf = false > repositoryformatversion = 0 > filemode = false > bare = false That's probably the one. There's a related fix in master: http://public-inbox.org/git/20210310011120.1151749-1-sandals@xxxxxxxxxxxxxxxxxxxx/ > logallrefupdates = true > symlinks = false > ignorecase = true > quotepath = false > pager = less > editor = "vim" > > [pack] > packSizeLimit = 2g > > [apply] > whitespace = nowarn > > [i18n]