libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Clone from Bitbucket repositories #136

Closed joergbirkhold closed 11 years ago

joergbirkhold commented 11 years ago

I tried to use the clone functionality with a bitbucket account, but it does not work as Bitbucket is using https or ssh. Is it possible to compile libgit2 to be used with https?

dannygreg commented 11 years ago

Libgit2 has supported https for around 9 months.

joergbirkhold commented 11 years ago

Yes I_ve been a bit unspecific, for me the problem is, that cmake doesn_t find my openssl. Any hints how to configure the build script? I'm on 10.8.2, openssl is installed with homebrew.

jspahrsummers commented 11 years ago

@joergbirkhold You may want to open an issue on the libgit2/libgit2 repository instead. This one is just for the Objective-C bindings layer.