Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
549 views
in Technique[技术] by (71.8m points)

github - How to remove git account from local machine and add new account

I have a github account which is configured in my windows pc. Now I have created a new Github account and want to use the new one.

How will I remove my old account from my windows pc and add the new github account ?

NOTE: I have edited the gitconfig file and added the new user email and username there. But the public key still contains the old user email !!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

For windows machine

you can manage windows credential for doing this

go to search button then write

manage windows credential

then you will find a button double click it

then remove your current windows credential

after that when you are using git again git authentication will be asked

then you will enter your new github id

Next you need to edit .gitconfig file

file path will be like

C:UsersImu

here imu is my user name it will be different in yours

Now edit .gitconfig file using text editor like nodepad++ or sublime text with ur current id information

hoping it helps


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...