You have the project locally, but not in a Git repository:
cd local_dir
git init
git remote add origin @@ssh@@
git push origin master

If you are switching from another Git hosting provider:
cd local_dir
git remote change origin @@ssh@@
git push origin master