HTTP Basic: Access denied fatal: Authentication failed

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

    I use VS Code on my mac OS and GitLab for my project. I tried so many ways but it worked simply for me by resetting the remote origin of your project repository with the below command:

    cd 
    git remote set-url  
    
    for ex: git remote set-url origin https://.git
    

    Hope it helps someone.

    macosgitgitlabauthentication

提交回复
热议问题