0


git总是鉴权失败的解决办法

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

标签: git

本文转载自: https://blog.csdn.net/baidu_20351223/article/details/140385375
版权归原作者 贾大君 所有, 如有侵权,请联系我们删除。

“git总是鉴权失败的解决办法”的评论:

还没有评论