2016-07-25 2 views

답변

0

당신은이 방법으로 그렇게 할 수 있습니다. bitbuket을 복제 한 다음 openshift git repo로 원격 지점을 추가 할 수 있습니다.

이 링크를 클릭하십시오.
Use existing git repo with openshift

=========================================== =============================

1)

$ git clone <bitbucket-repo-url> 

2) 그런 다음의 repo 복제 추가 그 후 openshift

$ git remote add openshift -f <openshift-git-repo-url> 

3)에 대한 원격 기원은 해당 지역의 bitbucket으로 openshift의 REPO 병합

,
$ git merge openshift/master 

4) 마침내 당신의 자식

여기
+0

내가 다른 기사를 발견가 openshift 속한

$ git push openshift HEAD 

해피 코딩을 openshift하는 REPO ... 그리고 github에 ** [HTTP를 밀어 : // 블로그 .anthavio.net/2014/01/deploy-to-openshift-from-github.html] ** – Sadun89

관련 문제