I checked out a project from gitlab using username A.(with tortoisegit) Now I'd like to check out an other project from Gitlab with user B. Unfortunately tortoisegit doesn`t ask for my crendentials and just tries to check out with user A. How can I logout user a for my local tortoisegit client?
Asked
Active
Viewed 2,380 times
0
-
This is a highly irregular scenario. You would be better off to give ONE of your userids access to both projects from the Gitlab Admin page, and just stay logged in as that one user. – Warren P Sep 26 '16 at 15:24
-
Ok, then I'd like to give user B the permission. But tortoisegit still tries to login with user A. – Richard Sep 26 '16 at 19:34
-
You only have one windows login at one time. That windows login should have one global GIt configured account. You are already in the failure state. – Warren P Sep 26 '16 at 20:54
-
which remote protocol do you use, is it http(s)? – max630 Sep 27 '16 at 17:51
-
check answers to this question: http://stackoverflow.com/q/14000173/2303202 – max630 Sep 27 '16 at 18:01
1 Answers
0
you have to do it manually refer https://codeyarns.com/2012/12/04/how-to-set-user-name-and-email-in-tortoisegit/ or use command line git config --user.email "Xyz@xyz.com"

iSensical
- 747
- 5
- 8
-
-
-
this is authoring information to be written to commit, it's unrelated to remote authentication – max630 Sep 27 '16 at 17:53