ungit
ungit copied to clipboard
Authentication failed
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... ...
Do you use a password on your ssh key? If you do, that can be a possible cause of this.
I am getting the same error. How did you get past this?