Po README w tym repozytorium mam zabezpieczyć moją drogę do stworzonej przeze mnie maszyny wirtualnej, ale kiedy to zrobię, jak mogę się wydostać?
Oto instrukcje:
$ 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
iCTRL+D
pracowałem dla mnie, aleCTRL+C
nie działałem .