1. Save account
implement:
1 | git config --global user.name [username] git config --global user.email [email] |
Replace username
and email
with your account name and email address.
2. Save the password
implement
Comment first then view it after your comment is approved. Join QQ Group to display all hidden texts.
The next time you are prompted to enter a password, it will be saved to the Git configuration after entering it, and you will not need to enter it again.
Configure Username and Password in Git Shell
Comments