HTTP Basic: Access denied fatal: Authentication failed

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

    A simple git fetch/pull command will throw a authentication failed message. But do the same git fetch/pull command second time, and it should prompt a window asking for credential(username/password). Enter your Id and new password and it should save and move on.

提交回复
热议问题