This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
git-credential-manager-1.2.0
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 thecredential
section) totrue
. Example:git config --global credential.eraseosxkeychain true
- How to enable: set the
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.
- Workaround: install Oracle Java 7 Update 6 (or later) or build & install OpenJFX for OpenJDK 8.