Well, i'm using Openshift to host a node.js application, and some things need to be private. So i need to let Openshift acess my Git repository in private. I found some tutorials in the internet, but no one helped me. I tried using PuTTY, i used Git Bash, but i failed everytime. Everytime i get this error from Openshift:
error: build error: failed to fetch requested repository "myrepository.git" with provided credentials
(i changed the repository url in the error)
Well, what can i do to setup Openshift to acess a private repository? I'm using OpenShift 3.
rhc
it is for OpenShift 2, not OpenShift 3. – Wetterhorn