Linked Questions
15 questions linked to/from How do I update the password for Git?
615
votes
60
answers
1.6m
views
GitLab remote: HTTP Basic: Access denied and fatal Authentication
Unlike this post, I am on macOS.
I have the password configured in GitLab. I also have an SSL key created after the project was made on GitLab.
When I use an existing folder for a new project and ...
289
votes
14
answers
558k
views
Git credential helper - update password
I'm currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7.
On setting up my environment, I told git-credentials to ...
240
votes
23
answers
126k
views
How to resolve "refusing to allow an OAuth App to create or update workflow" on git push
Getting
refusing to allow an OAuth App to create or update workflow .github/workflows/cd.yml without workflow scope"
on git push. How to grant workflow scope?
61
votes
19
answers
276k
views
HTTP Basic: Access denied fatal: Authentication failed
I use GitLab Community Edition 9.1.3 2e4e522 on Windows 10 Pro x64. With Git client.
Error
Cloning into 'project_name'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://...
42
votes
4
answers
112k
views
Authentication to GitHub using personal access token on macOS?
After creating a personal access token, how do you unset any existing authentication and use the token in the macOS terminal?
I tried running osxkeychain command git config --global credential.helper ...
10
votes
4
answers
11k
views
Can't Pull/Fetch using VS Team Explorer(Bitbucket git)
I am getting an error in my VS 2017 Team Explorer whenever I pull/fetch or push.
Git failed with a fatal error.
HttpRequestException encountered.
An error occurred while sending the request.
...
8
votes
3
answers
6k
views
Why do I have problems with loging in to Overleaf via git
I want to use the connection between git and overleaf (on Windows 10 with git bash). One time it worked, but now I get always errors.
git clone https://git.overleaf.com/number
Cloning into 'number'.....
1
vote
1
answer
8k
views
Github doesn't cache my password
Recently, I changed the password of my unique Github account online. Since then,everytime I do anything with git on my local machine it keeps asking me for my username and password. I read How do I ...
3
votes
3
answers
14k
views
How to change the git password using command prompt?
Let's say my git username is 'gitme' and the password is 'gitpass'. how do I change the password to 'gitpass1'? Please let me know.
2
votes
2
answers
4k
views
Can't change username and password from git
I use git extension.
I wanted the password and username to be store in cache so I used:
git-credential-winstore.
It worked fine until I had to change the password in my computer (win7) and it asked ...
1
vote
1
answer
5k
views
warning: invalid credential line -- where is the line coming from?
I'm using a "Git Bash here" window on Windows 10. I'm getting this often (but not always) with git commands:
$ git pull
warning: invalid credential line: Unable to initialize the New Relic ....
1
vote
1
answer
1k
views
Private repository not found after transferring ownership to different account
I transferred the ownership of a private repository to a different github-account. The repository is still private. When I try to push changes from the local repo to the new remote repository it gives ...
1
vote
1
answer
344
views
Unset/Forget/Repalce a user git Credential.Helper and remember new one
I am only able to able to unset (temporarily) my credentials with following
git config credential.helper ""
This overrides the store option and every time i am asked for username password but it is ...
0
votes
1
answer
652
views
Entered wrong password while cloning in Visual Studio Code on Ubuntu from GitLab. Unable to clone, push, or pull
I entered the wrong password while cloning in Visual Studio Code on Ubuntu from GitLab. Now I am unable to clone, push, or pull.
The error is
Authentication error
I tried every command and installed ...
0
votes
1
answer
446
views
How to fix git push name?
When i try to git push, i see this message:
remote: Permission to Karetski/univercube.git denied to PavelMetsko.
fatal: unable to access 'https://github.com/Karetski/univercube.git/': The ...