0
I’m having trouble trying to clone projects in Gitlab, I have two accounts in Gitlab where I ended up generating an SSH Key for one and the RSA for another, so I can update which account is connected on my computer just disabling the token and putting the right one for each account and vice-versa, I type ssh -T [email protected]
and the account appears that I’m actually allowed to clone, but when I try to clone, this error appears.
Cloning into 'jobfygo'...
Username for 'https://gitlab.com': vagnerwentz
Password for 'https://[email protected]':
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/jobfy/backend/jobfygo.git/'
Username and password are correct ?
– Isac