Configure Username and Password in Git Shell

1. Save account

implement:

Bash
1
2
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

https://blog.tsinbei.com/en/archives/658/

Author
Hsukqi Lee
Posted on

2022-12-08

Edited on

2022-12-08

Licensed under

CC BY-NC-ND 4.0

Comments

Name
Mail
Site
None yet