Here is the thing :
$ git clone https://gitlab.com/myusername/myrepository.git
Cloning into ‘myrepofolder’…
remote: HTTP Basic: Access denied
fatal: Authentication failed for ‘https://gitlab.com/myusername/myrepository.git’
In any other computer i used i had no trouble using my account and my repository, but now that i’m on my specific pc i can’t even do anything on gitlab.
Is it because i use the same user account on both computer ? Should i do anything about it ?
I already put in the gitbash console my username and account email adress defined with the global command :
$ git config --global user.name “myname”
$ git config --global user.email “myemail@mymail.com”
Could someone please explain to me what is happening ? Because it’s driving me insane and it prevent me from working on an important work project.
Thank you very much in advance for your awnser.
Best regards,
Guillaume.