dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

Fixing "Uncaught exception bad bigarray kind" #26

Open ymcheung opened 7 years ago

ymcheung commented 7 years ago

Hello,

I have got the error message with "Uncaught exception bad bigarray kind" and followed the instructions from "https://gist.github.com/pch/aa1c9c4ec8522a11193b".

However, the command "git checkout 924387b brew --prefix/Library/Formula/objective-caml.rb" responded with the error message:

error: pathspec '924387b' did not match any file(s) known to git. error: pathspec '/usr/local/Library/Formula/objective-caml.rb' did not match any file(s) known to git.

What can I do for "Uncaught exception bad bigarray kind" error? Thanks!

dcosson commented 7 years ago

That gist looks like it's unrelated to this project.

If you want to use this vagrant plugin, follow the instructions in the Usage section of this project's README (first install unison on both your VM Host and Guest, following the instructions for either Linux or OSX, then vagrant plugin install vagrant-unison2

ymcheung commented 7 years ago

The gist is provided in the README for troubleshooting. And I have managed to give osx/guest os the same version of ocaml. It's good now, thank you!