On 2021-03-18 at 10:37:04, Christian Strasser wrote: > Hello Brian, > > First, I want to thank you for your detailed information. > > I'm a little confused. Is the instruction on " > https://git-scm.com/book/en/v2/Getting-Started-Installing-Git" not the > official one? As you can see there, the first part is how to install > git with your package manager (git-all). That is probably out of date, and I'd suggest reporting it to the appropriate spot, which is _probably_ https://github.com/git/git-scm.com (although it might be a separate repo). The git-all package has had this problem for some time now, so I wouldn't recommend it as the default option. > Should I remove everything form "git-all" and reinstall everything > according to your advise? It seems no git daemon is working right now > (systemctl | grep git). If everything's working for you, there's no need to change it. It's _possible_ to install git-all and not have this problem, but because of the way modern versions of Debian and the packages in question are configured it ends up tending to have this problem by default. In this case, it may be that git-daemon is installed but not configured to start, or it may have been removed when you reinstalled GNOME since it's not a hard dependency. -- brian m. carlson (he/him or they/them) Houston, Texas, US