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:

  1. import private key in sgit (main page > menu > private keys)
  2. provide corresponding public key in openshift account
  3. add new repository in sgit

    • provide openshift ssh url "remote url"
    • choose individual "local path"
    • leave "username" , "password" empty
    • press "clone"

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -