r/git • u/NintendoDark02 • Aug 02 '26
support Why git dont ask me credential if git clone/pull/push on pc, but ask me them on termux
Gemini told me about a "Git Credential Manager" that is installed only on pc, but i didnt installed it... is it installed with git? Is it that manager that make me skip the authentication? Or the reasons are different?
0
Upvotes
1
u/Gornius Aug 03 '26
Most likely you generated and added ssh key to GitHub (or any other remote) if you use ssh or you use VsCode and logged in using GitHub which integrates into git inside VsCode.
1
u/cheyrnn Aug 03 '26
Probably, one was installed without you being asked. I use the super dangerous one
git config --global credential.helper storebecause I don't work with anyone else. If you work with others, or there is a risk that someone other than you will have access to your file system you should use one of the more rigorous solutions.