HTTP Basic: Access denied fatal: Authentication failed

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

    • Try if it works on the Git Bash
    • Have you added a ssh key to your account? If yes remove it and try again. If not add one and try the ssh url.
    • You don't necessarily need Tortoise Git but it may also work around your problem
    • Try to re-install Git without the Git Credential Manager for Windows

    When you've fixed the push problem you will also be able to clone it when it is private or internal.

提交回复
热议问题