最近使用微軟的 VSTS(www.visualstudio.com),Git代碼托管后,在Mac上出現(xiàn)驗證失敗的問題
解決辦法:
Use Git Credential Managers to Authenticate to VSTS
Installing on Mac using Homebrew or on Linux using Linuxbrew
- Update the Homebrew/Linuxbrew formulae to make sure you have the latest versions:
brew update
- Install the GCM4ML formula:
brew install git-credential-manager
- Run the GCM4ML in install mode, which will check its requirements and then update the "global" Git configuration file (the one in your home folder):
git-credential-manager install