1.4. Git Environment#
1.4.1. GitHub#
If not yet, create an account at Sign up to GitHub.
1.4.2. Git#
If not yet, install git with “64-bit Git for Windows Setup” from Download for Windows.
And set your account info like this.
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
See also: