LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   git keeps prompting me for each push. (https://www.linuxquestions.org/questions/linux-newbie-8/git-keeps-prompting-me-for-each-push-4175674395/)

paulgureghian 05-01-2020 07:03 PM

git keeps prompting me for each push.
 
I have Debian. I did 'git config --global' for both user.name and user.email and I still get prompted for each git push.

I also used 'sudo' and I did 'git config --list' and all seemed right.

I am on WSL if that makes any difference.

Thanks

rtmistler 05-01-2020 07:15 PM

It's going to do that. There's a timeout you can configure to make it longer.

ondoho 05-02-2020 02:24 PM

You can go into the individual repo's .git folder and check the config there.
The global config file's in ~/.config/git/config, check that too.
Maybe something's amiss.


All times are GMT -5. The time now is 09:05 PM.