类似于Git 不断提示我输入密码,但特别是在带有 Azure DevOps 的 macOS 上
我使用使用 Homebrew 安装的 git 凭证管理器,如下所示
brew tap microsoft/git
brew install --cask git-credential-manager-core
中的相关设置git config --global --list
是
credential.helper=
credential.helper=/usr/local/share/gcm-core/git-credential-manager-core
credential.helper=cache --timeout=3600000
credential.https://dev.azure.com.usehttppath=true
在几秒钟之内,它似乎允许一些操作,但几分钟后它会打开浏览器询问凭据。