ungit icon indicating copy to clipboard operation
ungit copied to clipboard

Authentication failed

Open thierryler opened this issue 10 years ago • 2 comments

When I clic "Fetch nodes from origin" or "push", i allways get an error :

git -c color.ui=false -c core.quotepath=false -c core.pager=cat -c credential.helper="d:/Users/u136336/AppData/Roaming/npm/node_modules/ungit/bin/credentials-helper 7 8448" fetch origin --prune

Error: Command failed: fatal: Authentication failed for 'https://mycorp.com/.../myproject.git/'

I'd say the "fetch" works, even if there is an error. But the "push" doesn't work...

In my team, we have password for the repo and for the proxy... ...

thierryler avatar Oct 16 '14 12:10 thierryler

Do you use a password on your ssh key? If you do, that can be a possible cause of this.

shakna-israel avatar Jan 13 '15 22:01 shakna-israel

I am getting the same error. How did you get past this?

awayshops avatar Jan 16 '21 16:01 awayshops