Hey, I want to share a project on Github from Android Studio (Artic Fox) to get some feedback, but no matter how hard I try the initial commit operation always fails with the error
"GIT_ASKPASS_TOKEN environment variable is not defined!"
For some context, I integrated Android Studio to GitHub via personal tokens, with the right permissions and set to expire next month. I tried making new tokens too, but that didn't help.
Googling the issue didn't bring up any good solutions to this either. I'm stuck. What should I do?
😶 6
i
itnoles
10/28/2021, 5:15 AM
did you try git command line?
m
Md. Nazmun Sadat Khan
10/28/2021, 5:53 AM
No, I don't have git command line tools installed, I thought it was provided with Android Studio?