On Tue, Jan 5, 2021 at 7:36 PM Hongyi Zhao via curl-library
<curl-library@cool.haxx.se> wrote:
>
> $ curl git://git.sv.gnu.org/emacs.git
> curl: (1) Protocol "git" not supported or disabled in libcurl
>
> So, any hints for the git protocol support of (lib)curl?

Please, no. That would create a circular dependency between cURL and
Git. The circular dependencies are tricky to build on some platforms.
It also means anything that depends on cURL would also depend on Git.
iConv/GetText and Ncurses/Readline are bad enough...

Here are the recipes I use. It would be painful to lose them.

* https://github.com/noloader/Build-Scripts/blob/master/build-curl.sh
* https://github.com/noloader/Build-Scripts/blob/master/build-git.sh

Jeff
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to