I get this error when I want to do any operation throught Android Studio Console:
fatal: Authentication failed for (url github repository)
But if I use an git interfaz (in my case I am using Android Studio and Github Desktop) and I make pull
or push
, works fine, no errors. This error only happens when I use any console (like Visual Studio Console) in my project.
I had cloned again the repository and it didn't work...
This error appeared when I had changed in my computer its HDD to SSD, then I copied again my project folder to my SSD, opened it in Android Studio and the error appeared, but only throught console.
I have tried the 3 first solutions in this post but not worked for me: Git push results in "Authentication Failed"
Someone has idea to solve this?