Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

git-credential-manager-1.2.0

Compare
Choose a tag to compare
@olivierdagenais olivierdagenais released this 17 Nov 02:16
· 357 commits to master since this release

Minor changes

  • Added Homebrew-based installation for Mac OS X.
  • Improved the self-installation to use the version of Java used when launching install.
  • Added a workaround for the hardcoded credential-osxkeychain helper in "Apple Git" by erasing from the OS X Keychain any Git credentials managed by this program.
    • How to enable: set the eraseosxkeychain Git configuration setting (under the credential section) to true. Example: git config --global credential.eraseosxkeychain true

Known issues

  • Versions of Java before Oracle Java 7 Update 6 as well as default OpenJDK installations currently do not support OAuth 2.0 authentication & authorization with Visual Studio Online.