1

Everytime I try to run vagrant up I get this error:

c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/win32/registry.rb:172:in `find': unknown encoding name - CP720 (ArgumentError)

I tried to figure out how to change the Code page of the command line to make this work but with no success.

I'm running on Windows 7.

Mohamed Said
  • 4,413
  • 6
  • 35
  • 52

1 Answers1

0

Just type:

chcp 1252

This command changes terminal's code page. Credit goes to numediaweb(https://stackoverflow.com/a/22861206)

Community
  • 1
  • 1
Mahdi
  • 1,871
  • 2
  • 24
  • 41