Git Credential Manager was installed in /usr/local/share/gcm-core and configured for the current user.
GCM has already been automatically configured for use by the current user with Git.
If other users wish to use GCM, have them run the following command to update their global Git configuration (~/.gitconfig):
$ git-credential-manager configure
To configure GCM for all users, run the following command to update the system Git configuration:
$ git-credential-manager configure --system
If you wish to uninstall GCM, run the following script:
$ /usr/local/share/gcm-core/uninstall.sh
Git Credential Manager is a secure, cross-platform Git credential helper with authentication support for GitHub, Azure Repos, and other popular Git hosting services.
If you have the old Java-based Git Credential Manager for Mac & Linux installed through Homebrew, it will be unlinked after installation.
Git Credential Manager will be configured as the Git credential helper for the current user by updating the global Git configuration file (~/.gitconfig).
Git Credential Manager has been successfully authenticated. You may now close this page.
Git Credential Manager failed to be authenticated.