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