I changed my GitLab password.
Now, if I write on the command git pull then an error is displayed. Also, I have Linux.
The error is: remote: HTTP Basic: Access denied fatal: Authentication failed for ‘https://xxxxxxxxxx/xxx/xxxxxxx/xxxxx.git/’
Thank you!!
In your project directory, edit the .git/config file and check you don’t have the old password in it? Or are you writing the password manually each time you run git push?
.git/config
Yes, when I was running git push before I changed my password, I put username and password manually every time.