Skip to content

Instantly share code, notes, and snippets.

@natea
Created February 19, 2015 13:19
Show Gist options
  • Save natea/ce43d182e1b661497c32 to your computer and use it in GitHub Desktop.
Save natea/ce43d182e1b661497c32 to your computer and use it in GitHub Desktop.
==> default: TASK: [edxapp | checkout edx-platform repo into {{edxapp_code_dir}}] **********
==> default: failed: [localhost] => {"cmd": ["/usr/bin/git", "clone", "--origin", "origin", "--recursive", "--branch", "named-release/birch.rc3", "https://github.com/edx/edx-platform.git", "/edx/app/edxapp/edx-platform"], "failed": true, "item": "", "rc": 128}
==> default: stderr: Cloning into '/edx/app/edxapp/edx-platform'...
==> default: error: RPC failed; result=56, HTTP code = 200
==> default: fatal: The remote end hung up unexpectedly
==> default: fatal: early EOF
==> default: fatal: index-pack failed
==> default:
==> default: msg: Cloning into '/edx/app/edxapp/edx-platform'...
==> default: error: RPC failed; result=56, HTTP code = 200
==> default: fatal: The remote end hung up unexpectedly
==> default: fatal: early EOF
==> default: fatal: index-pack failed
==> default:
==> default: FATAL: all hosts have already failed -- aborting
==> default:
==> default: PLAY RECAP ********************************************************************
==> default: to retry, use: --limit @/root/vagrant-devstack.retry
==> default:
==> default: localhost : ok=23 changed=5 unreachable=0 failed=1
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment