So richten Sie Git für GitHub ein
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Spotless Sheep
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"