Git Push Failed

Hello Guys,
I keep getting this error when i try to push using git push ionic master

git@git.ionicjs.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Please, I need help.

Sounds like an upstream issue.
Check the instructions on the ionic dashboard.
Your looking for something like git push —setupstream ionic myrepo master

Or a git remote add myrepo master

i am having the same problem with no solution yet

Maybe your Private Key wasnt set up right:

Hey guys! I was able to solve mine by setting up a SSH key for ionic using the following command

$ ionic ssh setup

hi

i am having the same problem after doing this