Git Credential Manager Core was installed in /usr/local/share/gcm-core
and configured for the current user.
+ GCM Core has already been automatically configured for use by the current user with Git.
+ If other users wish to use GCM Core, have them run the following command to update their global Git configuration (~/.gitconfig
):
+
$ git-credential-manager-core configure
++ To configure GCM Core for all users, run the following command to update the system Git configuration: +
+$ git-credential-manager-core configure --system
+If you wish to uninstall GCM Core, run the following script:
+$ /usr/local/share/gcm-core/uninstall.sh
++ Git Credential Manager Core 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 Core will be configured as the Git credential helper for the current user by updating the global Git configuration file (~/.gitconfig
).
+