How to git clone an OpenShift application to Android -
i make changes in source of openshift web application on android tablet.
i trouble git clone
because git client (eg. sgit) cannot recognize given link openshift.
ssh://r4nd0mh4sh@myapp-me.rhcloud.com/~/.git/myapp.git/
has experience how clone repo normal git client? there workaround solve this, or "better" app eats link correctly?
i know linux can installed second os, , using ssh clien possible edit source directly.
i cloned openshift repositories via ssh using sgit. follow these steps:
- import private key in sgit (main page > menu > private keys)
- provide corresponding public key in openshift account
add new repository in sgit
- provide openshift ssh url "remote url"
- choose individual "local path"
- leave "username" , "password" empty
- press "clone"
Comments
Post a Comment