I got the “master does not match any” error and the “Permission denied (publickey)” message when I entered that “ssh …” command, but the problem was not actually what either error message indicated.
git status showed that most of my project was not added.
SOLUTION:
- git add --all
- git commit -m “initial ionic pro commit”
- git push ionic master