HTTP Basic: Access denied fatal: Authentication failed

后端 未结 14 1472
无人及你
无人及你 2021-01-30 02:23

I use GitLab Community Edition 9.1.3 2e4e522 on Windows 10 Pro x64. With Git client.

Error

Cloning into \'project_name\'...
remote: HTTP Basic: Access de         


        
14条回答
  •  庸人自扰
    2021-01-30 03:03

    The updating of the password in the windows credential manager was not the solution for me.

    I had to set a different remote url, by:

    git remote set-url origin https://gitlab....git

    The url in this case was the one that could be found in Gitlab under Clone -> Clone with HTTPS. It was not the one in the command line instructions.

提交回复
热议问题