vagrant-unison2
vagrant-unison2 copied to clipboard
Fixing "Uncaught exception bad bigarray kind"
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!
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
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!