Public bug reported: The libgit2-24 package doesn't seem to be compiled with https/TLS support.
>$ apt-get install libgit2-24 pygit2 >$ python -c "import pygit2; print(bool(pygit2.features & >pygit2.GIT_FEATURE_HTTPS))" False If I manually install libgit2 and pygit2 following the quick install instructions* then it works >$ python -c "import pygit2; print(bool(pygit2.features & >pygit2.GIT_FEATURE_HTTPS))" True * (http://www.pygit2.org/install.html#requirements) OS/Software info: Description: Ubuntu 16.04 LTS Release: 16.04 libgit2-24: Installed: 0.24.1-2 Candidate: 0.24.1-2 Version table: 0.24.1-2 500 500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages python-pygit2: Installed: 0.24.0-0ubuntu2 Candidate: 0.24.0-0ubuntu2 Version table: 0.24.0-0ubuntu2 500 500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages ** Affects: libgit2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595565 Title: No https support in gitlib2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgit2/+bug/1595565/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
