이 저장소 의 README에 따라 , 내가 만든 가상 머신에 쉘을 보호해야하지만 일단 그렇게하면 어떻게 나옵니까?
지침은 다음과 같습니다.
$ 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
그리고CTRL+D
나를 위해 일하지만,CTRL+C
작동하지 않았다.