fatal: Authentication failed Git Bash

Scott

I've been asked to set up git on my Windows machine in order to work on a project, it is my first time using the software and I have been given limited information other than the clone command below. I am trying the following command:

git clone https://[email protected]/url/project

I am prompted to type in my password (which is correct I've even logged in and out of the website to confirm). Then I receive the error:

fatal: Authentication for https:://[email protected]/url/project

Am I missing a step here or could there be a permissions error on the other end that I will have to contact the owner for? To clarify I am running msysgit 1.8.4 on Windows 7.

Stentor

Looks like the project is private and you are not on the contributor/team list. You should contact the owner.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Fatal: authentication failed for [GIT client]

From Java

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

From Dev

Cloud9 git push -> fatal: Authentication failed

From Dev

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

From Dev

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

From Dev

Authentication failed on the git remote

From Dev

Authentication failed for Azure Git

From Java

psql: FATAL: Peer authentication failed for user "dev"

From Dev

FATAL: password authentication failed for user "postgres"

From Dev

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

From Dev

psql: FATAL: PAM authentication failed for user

From Dev

FATAL: Peer authentication failed for user "rails"

From Dev

FATAL: Peer authentication failed for user "shop"

From Dev

PostgreSQL SSPI authentication - FATAL: 2801: password authentication failed for user "xxx"

From Java

git clone: Authentication failed for <URL>

From Java

Git push results in "Authentication Failed"

From Dev

Github - Fatal Authentication Failed - Yet I can still connect?

From Java

FATAL: password authentication failed for user "postgres" (postgresql 11 with pgAdmin 4)

From Dev

Fatal! Authentication for user postgres failed, multiples OS, nothing work

From Dev

psql: FATAL: password authentication failed for user windows 8

From Dev

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

From Dev

PG::ConnectionBad: FATAL: password authentication failed for user "alphauser"

From Dev

Redshift connection issue: FATAL: password authentication failed for user

From Dev

FATAL: password authentication failed for user "postgres" Ubuntu v20.10

From Dev

psql: FATAL: Ident authentication failed for user "xxx" with method trust

From Dev

PG::ConnectionBad: FATAL: Ident authentication failed for user "rails_dev"

From Dev

git "fatal: .git/index: index file open failed: Permission denied"

From Dev

Authentication failed while using git pull

From Dev

git clone Fatal: out of memory Malloc Failed/ fatal: index-pack failed

Related Related

  1. 1

    Fatal: authentication failed for [GIT client]

  2. 2

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

  3. 3

    Cloud9 git push -> fatal: Authentication failed

  4. 4

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

  5. 5

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

  6. 6

    Authentication failed on the git remote

  7. 7

    Authentication failed for Azure Git

  8. 8

    psql: FATAL: Peer authentication failed for user "dev"

  9. 9

    FATAL: password authentication failed for user "postgres"

  10. 10

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

  11. 11

    psql: FATAL: PAM authentication failed for user

  12. 12

    FATAL: Peer authentication failed for user "rails"

  13. 13

    FATAL: Peer authentication failed for user "shop"

  14. 14

    PostgreSQL SSPI authentication - FATAL: 2801: password authentication failed for user "xxx"

  15. 15

    git clone: Authentication failed for <URL>

  16. 16

    Git push results in "Authentication Failed"

  17. 17

    Github - Fatal Authentication Failed - Yet I can still connect?

  18. 18

    FATAL: password authentication failed for user "postgres" (postgresql 11 with pgAdmin 4)

  19. 19

    Fatal! Authentication for user postgres failed, multiples OS, nothing work

  20. 20

    psql: FATAL: password authentication failed for user windows 8

  21. 21

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

  22. 22

    PG::ConnectionBad: FATAL: password authentication failed for user "alphauser"

  23. 23

    Redshift connection issue: FATAL: password authentication failed for user

  24. 24

    FATAL: password authentication failed for user "postgres" Ubuntu v20.10

  25. 25

    psql: FATAL: Ident authentication failed for user "xxx" with method trust

  26. 26

    PG::ConnectionBad: FATAL: Ident authentication failed for user "rails_dev"

  27. 27

    git "fatal: .git/index: index file open failed: Permission denied"

  28. 28

    Authentication failed while using git pull

  29. 29

    git clone Fatal: out of memory Malloc Failed/ fatal: index-pack failed

HotTag

Archive