微软的 VSTS(www.visualstudio.com),在Mac上出现验证失败的问题

最近使用微软的 VSTS(www.visualstudio.com),Git代码托管后,在Mac上出现验证失败的问题
解决办法:
Use Git Credential Managers to Authenticate to VSTS

Installing on Mac using Homebrew or on Linux using Linuxbrew

  1. Update the Homebrew/Linuxbrew formulae to make sure you have the latest versions:
brew update
  1. Install the GCM4ML formula:
brew install git-credential-manager
  1. 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

你可能感兴趣的:(微软的 VSTS(www.visualstudio.com),在Mac上出现验证失败的问题)