I have followed these instructions below to upload a project.
Global setup:
Download and install Git git config --global user.name \"Your Name\"
after you created the RSA key pair, you must to add it to SSH using:
ssh-add ~/.ssh/id_rsa
or wherever you created your rsa key pair.