curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Git protocol support of (lib)curl.

From: Jeffrey Walton via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 5 Jan 2021 22:42:02 -0500

On Tue, Jan 5, 2021 at 7:36 PM Hongyi Zhao via curl-library
<curl-library_at_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
Received on 2021-01-06