HTTP Basic: Access denied fatal: Authentication failed

后端 未结 14 1462
无人及你
无人及你 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 02:48

    i coped with same error and my suggestion are:

    1. Start with try build another user in git lab
    2. Recheck username & password (although it sounds obvious)
    3. Validate the windows cerdential (start -> "cred")
    4. Copy & paste same URL like you get from git lab, the struct should be:

    http://{srvName}/{userInGitLab}/{Repository.git} no '/' at the end

    1. Recheck the authorization in GitLab
    2. Give an attention to case sensitive

    Hope one of the above will solve it.

提交回复
热议问题