I have followed these instructions below to upload a project.
Global setup:
Download and install Git git config --global user.name \"Your Name\"
Type the following command using your username and repository name:
git clone https://github.com/{user name}/{repo name}
in Ubuntu this works perfectly.