I use Mac os x 10.10, and I have installed xcode command lines and libgit2(by brew); when I run this [clone example](https://github.com/nodegit/nodegit/blob/master/example/clone.js), I got such error. ``` if (error) throw error; ^ Error: SSL is not supported by this copy of libgit2. ``` can you help me?
I use Mac os x 10.10, and I have installed xcode command lines and libgit2(by brew);
when I run this clone example, I got such error.
can you help me?