Github.com #170277
Replies: 2 comments 3 replies
-
|
Hi there, What you're seeing is a common issue when Termux (or other command-line tools) tries to clone a private GitHub repository or access GitHub over HTTPS and prompts for a username and password. I guess GitHub no longer supports password authentication for Git operations over HTTPS. Instead, you need to use a Personal Access Token (PAT) in place of your password. Here’s what you can do:
Alternatively, you can use SSH authentication, which avoids using HTTPS and tokens entirely. To do that, you'll need to generate an SSH key in Termux and add it to your GitHub account. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! 👋 Thanks for posting in the GitHub Community, @Staceman1! We're happy you're here. You are more likely to get a useful response if you are posting in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you. Good luck! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
While installing tools in termux it asks for my username and password @github.com. it doesn't accept my log in credentials for github. Im not sure what its asking for then. Any help?
Beta Was this translation helpful? Give feedback.
All reactions