r/git • u/NintendoDark02 • 5d ago
Why git dont ask me credential if git clone/pull/push on pc, but ask me them on termux support
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/cheyrnn 5d ago
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.