Skip to content

Instantly share code, notes, and snippets.

@arun-gupta
Created December 23, 2013 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun-gupta/8091228 to your computer and use it in GitHub Desktop.
Save arun-gupta/8091228 to your computer and use it in GitHub Desktop.
Unable to clone your repository. Called Git with: git clone
ssh://52b7a816500446d63e0003ca@mywildfly-milestogo.rhcloud.com/~/git/mywildfly.git/ "mywildfly"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
WARNING: Your application was created successfully but had problems during
configuration. Below is a list of the issues and steps you can
take to complete the configuration of your application.
Application URL: http://mywildfly-milestogo.rhcloud.com/
Issues:
1. We were unable to clone your application's git repo - Unable to clone your repository. Called Git with: git clone
ssh://52b7a816500446d63e0003ca@mywildfly-milestogo.rhcloud.com/~/git/mywildfly.git/ "mywildfly"
Steps to complete your configuration:
1. Clone your git repo
$ rhc git-clone mywildfly
If you continue to experience problems after completing these steps,
you can try destroying and recreating the application:
$ rhc app delete mywildfly --confirm
Please contact us if you are unable to successfully create your
application:
Support - https://www.openshift.com/support
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@coreydaley
Copy link

Looks like the application is up at http://mywildfly-milestogo.rhcloud.com/, try cloning it manually with git clone ssh://52b7a816500446d63e0003ca@mywildfly-milestogo.rhcloud.com/~/git/mywildfly.git
Double check your ssh keys are setup correctly with rhc setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment