I'm trying to follow the instructions for the cloudfoundry meteor buildpack to deploy onto bluemix ( see https://github.com/cloudfoundry-community/cf-meteor-buildpack). It is failing with the following message:
-----> Downloaded app package (2.7M)
Cloning into '/tmp/buildpacks/cf-meteor-buildpack'...
fatal: unable to access 'https://gitub.com/cloudfoundry-community/cf-meteor-buildpack.git/': Failed connect to gitub.com:443; Operation now in progress
Cloning into '/tmp/buildpacks/cf-meteor-buildpack'...
fatal: unable to access 'https://gitub.com/cloudfoundry-community/cf-meteor-buildpack.git/': Failed connect to gitub.com:443; Operation now in progress
/var/vcap/packages/dea_next/buildpacks/lib/git.rb:23:in `clone': Git clone failed: git clone --recursive https://gitub.com/cloudfoundry-community/cf-meteor-buildpack.git /tmp/buildpacks/cf-meteor-buildpack (RuntimeError)
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:154:in `clone_buildpack'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:120:in `build_pack'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:83:in `block in compile_with_timeout'
from /usr/lib/ruby/1.9.1/timeout.rb:69:in `timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:82:in `compile_with_timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:58:in `block in stage_application'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:53:in `chdir'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:53:in `stage_application'
from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in `<main>'
a 'git clone [email protected]:cloudfoundry-community/cf-meteor-buildpack.git' successfully accesses the repository.
Thanks
gitub
. Did you docf push my_app -b https://gitub.com...
by any chance, instead ofgithub.com
? - Amit Kumar Gupta