Nach der README-Datei in diesem Repository soll ich die Shell auf meinem Weg in eine von mir erstellte virtuelle Maschine sichern. Wie komme ich dann heraus?
Hier sind die Anweisungen:
$ git clone git://github.com/honza/django-chef.git
$ cd django-chef
# add yourself to the "users" array in the Vagrantfile
$ sudo echo "127.0.0.1 example.example.com" >> /etc/hosts
$ vagrant up
$ fab vagrant:honza bootstrap # replace with your name
$ vagrant ssh # OK, cool
$ run # I'm trapped!
exit
und habeCTRL+D
für mich gearbeitet, aberCTRL+C
nicht funktioniert.