Siguiendo el archivo README en este repositorio , se supone que debo asegurar mi shell en una máquina virtual que he creado, pero una vez que lo haya hecho, ¿cómo salgo?
Aquí están las instrucciones:
$ 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
yCTRL+D
funcionó para mí, peroCTRL+C
no funcionó.