You are not logged in.

#1 2025-01-08 19:43:34

u666sa
Member
Registered: 2020-08-01
Posts: 70

git not saving credentials

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

#2 2025-01-08 22:11:10

mackin_cheese
Member
Registered: 2025-01-07
Posts: 477

Re: git not saving credentials

Everytime you regen a token are you updating the "~/.git-credentials" file or the "$XDG_CONFIG_HOME/git/credentials" file?

Offline

Board footer

Powered by FluxBB