HTTP Basic: Access denied fatal: Authentication failed

后端 未结 14 1605
无人及你
无人及你 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:09

    Open CMD (Run as administrator) type command:

    git config --system --unset credential.helper
    

    then enter new password for Git remote server.

提交回复
热议问题