git config --global user.name "your_username" git config --global user.email "your_email_address@example.com" # then try to clone a repo anywhere on your desktop # This will trigger a username password prompt after which you are logged in