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
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