Is there a configuration in Git Bash or even on the server side on GitLab, to force the user to enter the connection credentials to the remote repository, every time it does a push?
Asked
Active
Viewed 1,040 times
0
-
Use SSH key with password and no agent? – Andrejs Cainikovs Jun 29 '17 at 09:46
-
1@AndrejsCainikovs what do you mean by no agent? – Andoxko Jun 29 '17 at 09:47
-
Read [this](https://unix.stackexchange.com/a/90869/2056). – Andrejs Cainikovs Jun 29 '17 at 09:49
-
2check this https://stackoverflow.com/questions/25735957/how-do-i-make-git-ask-for-a-username-and-password-every-time-i-push – Ajumal Jun 29 '17 at 10:01
-
2Possible duplicate of [How do I make git ask for a username and password every time I push?](https://stackoverflow.com/questions/25735957/how-do-i-make-git-ask-for-a-username-and-password-every-time-i-push) – HenryGiraldo Jun 29 '17 at 19:50