我正在按照下面的教程將更改推送到我的OpenShift應用程序。將更改推送到OpenShift
$ git clone <git_url> <directory_to_create>
# Within your project directory
# Commit your changes and push to OpenShift
$ git commit -a -m 'Some commit message'
$ git push
Git不推送對OpenShift的更改,而是推送到Github。我在哪裏做錯了,或者我該如何將更改推送到OpenShift?先謝謝你。
謝謝,我找到了存儲庫;然而,它給了我(Permission denied(publickey,gssapi-keyex,gssapi-with-mic))錯誤。 – cagatayodabasi
@cagatayodabasi您[讓OpenShift知道您的公鑰](https://openshift.redhat.com/app/account)? – hexafraction
是的,我只寫了'rhc setup'並生成了一個新對,剩下的就完成了。 – cagatayodabasi