Authentication failed on the git remote

joakim

I'm trying to push, pull, whatever to my Github repository from VSCode.
I enter my username and password but I'm getting the error Authentication failed on the git remote.
I just logged in on github.com with the same user/pass.
I tried creating a Personal Access token, using it as password, same error.

joakim

Solved it by following Caching your GitHub password in Git.

The steps are as follows:

  1. Download and install Git for Windows
  2. Run Git Bash, cd to repo dir and enter git config --global credential.helper wincred

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

git clone: Authentication failed for <URL>

From Java

git error: failed to push some refs to remote

From Java

Git push results in "Authentication Failed"

From Java

Git error: "Host Key Verification Failed" when connecting to remote repository

From Java

git remote: Invalid username or password. fatal: Authentication failed - ubuntu

From Java

Git error when pushing (remote failed to report status)

From Dev

Failure on HttpWebrequest with inner exception Authentication failed because the remote party has closed the transport stream

From Dev

Cloud9 git push -> fatal: Authentication failed

From Dev

fatal: Authentication failed Git Bash

From Dev

Bitbucket in HTTPS : git push outputs an fatal: Authentication failed

From Dev

remote: Invalid username or password, fatal: Authentication failed for

From Dev

bower ECMDERR Failed to execute git ls-remote --tags,

From Dev

Socket and Authentication failed because the remote party has closed the transport stream exception in WPF

From Dev

remote: Invalid username or password. fatal: Authentication failed for

From Dev

Authentication failed while using git pull

From Dev

Authentication failed for Azure Git

From Dev

Another Failure on HttpWebrequest with inner exception Authentication failed because the remote party has closed the transport stream

From Dev

Authentication failed because the remote party has closed the transport stream exception when getting a response from webservice

From Dev

Golang and MongoDb remote access fail (server returned error on SASL authentication step: Authentication failed.)

From Dev

Fatal: authentication failed for [GIT client]

From Dev

SSH Authentication Failed when trying to clone a git repo in SourceTree

From Dev

authentication for git remote push to github

From Dev

Git repository cloning with GitPython - repository not found Authentication Failed

From Dev

Debian - remote SSH authentication failed after numerous attempts of fixing it

From Dev

How to update authentication token for a git remote?

From Dev

git ls-remote throws fatal: HTTP request failed

From Dev

Jenkins : cloning remote git repository using https failed

From Dev

VS Team Services & Git for Windows error "fatal: Authentication failed ..."

From Dev

Failed with error: Could not read from remote repository || git

Related Related

  1. 1

    git clone: Authentication failed for <URL>

  2. 2

    git error: failed to push some refs to remote

  3. 3

    Git push results in "Authentication Failed"

  4. 4

    Git error: "Host Key Verification Failed" when connecting to remote repository

  5. 5

    git remote: Invalid username or password. fatal: Authentication failed - ubuntu

  6. 6

    Git error when pushing (remote failed to report status)

  7. 7

    Failure on HttpWebrequest with inner exception Authentication failed because the remote party has closed the transport stream

  8. 8

    Cloud9 git push -> fatal: Authentication failed

  9. 9

    fatal: Authentication failed Git Bash

  10. 10

    Bitbucket in HTTPS : git push outputs an fatal: Authentication failed

  11. 11

    remote: Invalid username or password, fatal: Authentication failed for

  12. 12

    bower ECMDERR Failed to execute git ls-remote --tags,

  13. 13

    Socket and Authentication failed because the remote party has closed the transport stream exception in WPF

  14. 14

    remote: Invalid username or password. fatal: Authentication failed for

  15. 15

    Authentication failed while using git pull

  16. 16

    Authentication failed for Azure Git

  17. 17

    Another Failure on HttpWebrequest with inner exception Authentication failed because the remote party has closed the transport stream

  18. 18

    Authentication failed because the remote party has closed the transport stream exception when getting a response from webservice

  19. 19

    Golang and MongoDb remote access fail (server returned error on SASL authentication step: Authentication failed.)

  20. 20

    Fatal: authentication failed for [GIT client]

  21. 21

    SSH Authentication Failed when trying to clone a git repo in SourceTree

  22. 22

    authentication for git remote push to github

  23. 23

    Git repository cloning with GitPython - repository not found Authentication Failed

  24. 24

    Debian - remote SSH authentication failed after numerous attempts of fixing it

  25. 25

    How to update authentication token for a git remote?

  26. 26

    git ls-remote throws fatal: HTTP request failed

  27. 27

    Jenkins : cloning remote git repository using https failed

  28. 28

    VS Team Services & Git for Windows error "fatal: Authentication failed ..."

  29. 29

    Failed with error: Could not read from remote repository || git

HotTag

Archive