Project does not have any code yet
You may initialize code of the project by adding files, or pushing an existing repository
Run below commands from within your git repository:
git remote add origin
git push -u origin master
In case remote origin already exists, use another name other than origin, or run command git remote set-url origin instead