One. Installation
1. Download
2. Right---compatibility----check compatibility mode to run
3. "Next" to "Select File associations" such as:
4. "Next" to whether to configure path, such as:
6. Select the format of the carriage return line. By default. (Convert to Windows style when checking out, convert to Linux style when committing.)
7. "Next" to installation complete
You can enter Git--version in cmd to check if the path is installed and configured successfully
Two. Configuration
Set the local machine default commit nickname and email
git config--global"XXX" --global"[email Protected]" --global push. Default Simple
To use git for push, you must configure it push.default
, or push fails. Name and email are used only for log identification. When you actually push to an online warehouse such as GitHub, log in with an account with operational privileges.
Git GUI Installation and configuration