GitHub¶
If not yet, create an account at Sign up to GitHub.
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.comSee also: