#15093 closed enhancement (invalid)
curl should be compiled with USE_CURL_MULTI to support git push
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (3)
comment:1 Changed 17 years ago by svoop@…
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Oh good. I looked at the curl source and was having trouble finding such a compilation option. No wonder! :-)
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
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 ;-)