Linked Questions

615 votes
60 answers
1.6m views

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 ...
jeancode's user avatar
  • 6,395
289 votes
14 answers
558k views

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 ...
Andrew Thomson's user avatar
240 votes
23 answers
126k views

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?
Ara Yeressian's user avatar
61 votes
19 answers
276k views

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://...
Vy Do's user avatar
  • 1
42 votes
4 answers
112k views

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 ...
stevec's user avatar
  • 55.3k
10 votes
4 answers
11k views

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. ...
Jeric Cruz's user avatar
  • 1,907
8 votes
3 answers
6k views

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'.....
Zeitproblem's user avatar
1 vote
1 answer
8k views

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 ...
Ewan Delanoy's user avatar
  • 1,302
3 votes
3 answers
14k views

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.
M_T's user avatar
  • 65
2 votes
2 answers
4k views

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 ...
Dror's user avatar
  • 177
1 vote
1 answer
5k views

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 ....
Ross Presser's user avatar
  • 6,308
1 vote
1 answer
1k views

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 ...
Johannes Wiesner's user avatar
1 vote
1 answer
344 views

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 ...
Sami's user avatar
  • 8,459
0 votes
1 answer
652 views

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 ...
Dikshant's user avatar
0 votes
1 answer
446 views

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 ...
Alexey Karetski's user avatar