//add username git config --global user.name "your_username" //add email git config --global user.email "your_email_address@example.com" //check configuration git config --global --list