Cannot push to openshift git remote

403 views Asked by At

I cannot push or pull from my remote, using sourcetree, ssh://[email protected]/~/git/node.git, I get the error.

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags openshift master:master
Pushing to ssh://[email protected]/~/git/node.git/

fatal: '~/git/node.git/' does not appear to be a git repository

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I can rhc ssh into my app no problems, and have my key uploaded to my account and also in my .ssh folder. I have the key active in my Putty Pageant. Can you please tell me how I can push to remote?

Many thanks

0

There are 0 answers