Bug 800321 - Failed to deploy rails according to rails example on github
Summary: Failed to deploy rails according to rails example on github
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-06 10:05 UTC by jizhao
Modified: 2015-05-14 22:52 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-19 18:23:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description jizhao 2012-03-06 10:05:43 UTC
Description of problem:
Failed to perform git pull while deploying rails according to instructions on github.

Version-Release number of selected component (if applicable):
rhc-cartridge-rack-1.1-0.88.1-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1.Create a rails application
$ rhc app create -a railsapp -t ruby-1.8
2.Add mysql support to your application
$ rhc app cartridge add -a railsapp -c mysql-5.1
3.Add this upstream rails quickstart repo
$ cd railsapp
$ git remote add upstream -m master git:openshift/rails-example.git
$ git pull -s recursive -X theirs upstream master
  
Actual results:
<----------------output------------>
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
<---------------------------------->

Expected results:
Git pull should succeed.

Additional info:

Comment 1 Dan McPherson 2012-03-06 15:16:23 UTC
Fixed in github

Comment 2 jizhao 2012-03-07 07:39:39 UTC
Verified on QE_devenv_1653.


Note You need to log in before you can comment on or make changes to this bug.