How to modify the account and password of git warehouse? ? ?

Insert picture description here

  1. Find the GIT GUIInsert picture description here

2. Enter the command: git config --global user.name "your name"
git config --global user.email "[email protected]" Insert picture description here
3. Then find .gitconfig under C: \ Users \ user name
Insert picture description here
4. The results are as follows:
Insert picture description here

Published 51 original articles · Like 163 · Visitors 10,000+

Guess you like

Origin blog.csdn.net/qq_43688587/article/details/105508149