I am using git-lab.
I am facing an error while using git pull/push/clone command:
remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitlab.com/myname/myproject'
I am facing this problem after git config --global --unset credential.helper.
Can anyone help me to come out of this problem?
Do I need to do any proxy settings? (is this firewall related issue?)
I am struct and I am not able to get working solution for this.