Date
1 - 4 of 4
!help failed to install spiff
Mingfei Hua <mfhua@...>
Block cloud foundry installation in spiff, failed to get binary release due to URL https://github.com/cloudfoundry-incubator/spiff/blob/master/releases is 404<https://github.com/cloudfoundry-incubator/spiff/blob/master/releases%20is%20404>. Please help.
Sincerely, Mingfei Hua |
|
Gwenn Etourneau
toggle quoted message
Show quoted text
On Thu, Aug 6, 2015 at 7:49 PM, Mingfei Hua <mfhua(a)aerohive.com> wrote:
Block cloud foundry installation in spiff, failed to get binary release |
|
Amit Kumar Gupta
The URL Gwenn shows works. Mingfei, where did you find the URL you used?
toggle quoted message
Show quoted text
Can you point us to a some documentation that perhaps led you astray? Thanks, Amit On Thursday, August 6, 2015, Gwenn Etourneau <getourneau(a)pivotal.io> wrote:
Works for me https://github.com/cloudfoundry-incubator/spiff/releases |
|
Guruprakash S <prakash.guru4@...>
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided. You may also try this one liner for spiff installation. mkdir spiff && cd spiff && wget --no-check-certificate https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip && unzip spiff_linux_amd64.zip && echo 'export PATH=$HOME/spiff:$PATH' >> ~/.bash_profile && source ~/.bash_profile Thanks, Guru On Thu, Aug 6, 2015 at 4:25 AM, Gwenn Etourneau <getourneau(a)pivotal.io> wrote: Works for me https://github.com/cloudfoundry-incubator/spiff/releases |
|