I am on mac OS unlike this post:
I have password conf
If you are using git > 2.11 and using Kerberos to interact with Gitlab you need set this configuration in your local git to avoid the remote: HTTP Basic: Access denied error.
remote: HTTP Basic: Access denied
$ git config --global http.emptyAuth true
Source