Ticket #15093 (closed enhancement: invalid)
curl should be compiled with USE_CURL_MULTI to support git push
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | svoop@… | |
| Port: |
Description
Sven Schwyn reported to me via email:
From: Sven Schwyn Date: April 21, 2008 11:25:51 AM CDT To: Ryan Schmidt Subject: USE_CURL_MULTI Hi Ryan The rising popularity of git makes it one of the more interesting ports. Unfortunately, it requires curl to be compiled with USE_CURL_MULTI in order to work properly over HTTP: samba:git sschwyn$ git push origin master fatal: git-push is not available for http/https repository when not compiled with USE_CURL_MULTI error: failed to push some refs to 'https://git.bitcetera.com/test.git' Is there a specific reason for not compiling it with USE_CURL_MULTI? Thanks for maintaining the package! Cheers, -sven
I wasn't aware of this option and will look into adding it to the curl port.
Change History
Note: See
TracTickets for help on using
tickets.


You can close this ticket again. The USE_CURL_MULTI is a compilation config of git and not of curl, I guess it was too late at night when I tried to fix this issue ;-)