Bonjour a tous ,

je voulais installer open edx sur windows 7 ultimate , j'ai installer Oracle VirtualBox 4.3.16 et Vagrant 1.5.4, ainsi que cURL version 7.40.0, lorsque je voulais installer open edx par les ligne de commande :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
mkdir fullstack
cd fullstack
curl -L https://raw.githubusercontent.com/ed...ck/Vagrantfile > Vagrantfile
vagrant plugin install vagrant-hostsupdater
vagrant up
je trouver un erreur après la commande vagrant up :

C:\Users\khaoula\edx_aspen>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'aspen-fullstack-1' could not be found. Attempting to find and
install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'aspen-fullstack-1' (v0) for provider: virtualbox
default: Downloading: http://files.edx.org/vagrant-images/20141028-aspen-ful
lstack-1.box
default: Progress: 0% (Rate: 16462/s, Estimated time remaining: 72:23:58)
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

transfer closed with 2992127314 bytes remaining to read

est ce que c'est un problème de vagrant ou bien de curl ?

merci de m'aider