Error when using Git credential helper with gnome-keyring as Sudo

Beside the use of sudo, note that in 2016, libgnome-keyring is specific to GNOME and is now deprecated (since January 2014, actually). 2022 option: git-credential-manager Microsoft provides a cross-platform credential helper named GCM (Git Credential Manager), which you can install (no need to build it) and configure: git-credential-manager-core configure You will need Git 2.27+ to … Read more