set git username and email git config --global user.name "FIRST_NAME LAST_NAME" git config --global user.email "[email protected]"