Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在我的gitlab存储库中不询问密码_Gitlab - Fatal编程技术网

在我的gitlab存储库中不询问密码

在我的gitlab存储库中不询问密码,gitlab,Gitlab,PS E:\Angular>git clone 克隆到“MatDash”。。。 远程:HTTP基本:访问被拒绝 致命:验证“”失败 此错误将显示在命令提示符中。请帮忙。 我输入了错误的密码,但没有第二次询问密码。您需要再次存储密码: git config --unset credential.helper 然后再推一次 如果需要有关此命令的更多信息,请查看git手册: git help credentials 祝您好运如果密码未被询问(弹出提示),并表示身份验证失败,请执行以下步骤: 1-单

PS E:\Angular>git clone
克隆到“MatDash”。。。 远程:HTTP基本:访问被拒绝
致命:验证“”失败

此错误将显示在命令提示符中。请帮忙。
我输入了错误的密码,但没有第二次询问密码。

您需要再次存储密码:

git config --unset credential.helper
然后再推一次

如果需要有关此命令的更多信息,请查看git手册:

git help credentials
祝您好运

如果密码未被询问(弹出提示),并表示身份验证失败,请执行以下步骤:

1-单击开始
2-类型:凭证管理器
3-查看窗口(管理器快捷方式或凭据管理器快捷方式)并双击它以打开应用程序
4-打开应用程序后,单击(“Windows凭据”或“通用凭据”)选项卡,其中git:https://...
5-选择编辑并修改您的更新pwd,然后保存它。


现在享受你的工作:)

非常感谢。。虽然什么都不起作用,但你的回答救了我一天。它起作用了,但我在本地化版本的windows中很难找到凭据管理器。如果有人在找它,它是关于一个类似的问题: