git clone或者git cherry-pick总是报"错鉴权失败"(用户名和密码没问题)
remote: Unauthorized
fatal: 'https://code.gerrit.com/a/project_name/' 鉴权失败
最后确认问题:
该密码并不是gerrit的登录密码,而是“Settings --> HTTP Password --> Generate Password”的密码。
最后储存凭证,以后就不需要再输入密码了。
git config --global credential.helper store
版权归原作者 贾大君 所有, 如有侵权,请联系我们删除。