git modify the user name and password

1, first open the cmd window, and then update the data
   git config --global user.name "username"
   git config --global user.email "mailbox"
2, viewing, display configuration information
   git config --list
         
 

 

Guess you like

Origin www.cnblogs.com/L-Y-F/p/12005984.html