Kostas Tsakas

Results 4 comments of Kostas Tsakas

I had the same problem using Vagrant: ``` Failed to mmap. Could not write data: Invalid argument ``` I fixed it by passing a directory other than /vagrant to git.Clone....

I get the following error: ``` \# github.com/libgit2/git2go gcc: error: Files: No such file or directory gcc: error: (x86)/libgit2/include: No such file or directory ``` I think the reason is...

I usually look at [godoc.org/github.com/libgit2/git2go](https://godoc.org/github.com/libgit2/git2go) for documentation if that helps.

I ran into the same issue on Windows. I initially followed the instructions [here](https://medium.com/theburningmonk-com/getting-started-with-rebar-on-windows-95dcfe14ee1f) to install rebar3 and tried to rename rebar -> rebar3. That doesn't work, because the instructions...