You are not logged in.
Pages: 1
Everytime I git push I have to enter my user name, and go to github and regen the token. Because
git config --global credentials.helper store
has no effect.
I've tried every guide I found online, and I really don't know what is wrong, if something is wrong, or I'm doing something wrong.
How to make it so that I don't have to enter my token everytime I want to push changes?
Offline
Everytime you regen a token are you updating the "~/.git-credentials" file or the "$XDG_CONFIG_HOME/git/credentials" file?
Offline
Pages: 1