-
Notifications
You must be signed in to change notification settings - Fork 244
fatal: Authentication failed while using Git 2.19.1 #102
Comments
Same for me - worked with openjdk10 on ubuntu 18.04 but stopped working with 18.10 openjdk11 and git 2.19.1 Seems not to be related with the java version. Tried with openjdk8, oraclejdk8 and openjdk11. Same result for all combinations. Ubuntu 18.10 / Linux linux-ws 4.18.0-10-generic #11-Ubuntu SMP x86_64 Debug-Info:
|
Same here |
1 similar comment
Same here |
Any solution?? |
Try to use SSH, or install GitKraken on your Ubuntu 18.10. I found that problem after updating ubuntu 18.04 to 18.10. |
For me same problem with SSH and using GitKraken, and other clients such as the one of Rider. |
same here, any solution? |
I upgraded from 14.04 today to Ubuntu 18.10 and have come across this issue. I tried building the latest git from ... git.. and earlier versions down to 2.1.4. None succeeded. I have ended up using SSH. |
I cannot get git 2.19.1 on Ubuntu 18.10 to work. I end up with the same error of "Authentication failed". This was working a few days ago before my fresh 18.10 install. I was running 18.04 until I did a fresh install yesterday. Anybody find a work around? |
Same here. I tried with 2.19.1, 2.19.2, and some others. https://stackoverflow.com/questions/53106546/cannot-clone-git-from-azure-devops-using-pat |
This is a known regression in curl 7.61.0, which ships with Ubuntu 18.10. The regression was fixed in curl 7.61.1, but Ubuntu 18.10 doesn't have this fix yet. See (and upvote) https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1805203 |
@congyiwu thank you so much. I will try that out. |
…l access tokens with Azure DevOps This is a problem with libcurl 7.61.0 installed with 18.10. See - microsoft/Git-Credential-Manager-for-Mac-and-Linux#102 - https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1805203
I have a Ubuntu 18.10 machine
When I run
aaneja@anant-vm:~/Code/CustomMetricsSource$ GIT_TRACE=1 git pull origin master
I get a OAuth Web browser pop-up, sign in works without errors but the command fails
I also see that every time I run this command a new Personal Access Token is created on my profile
I was able to pull from the above repo before : I was on Ubuntu 18.04, Git version 2.17.1
The text was updated successfully, but these errors were encountered: