New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15093 (closed enhancement: invalid)

Opened 5 years ago

Last modified 4 years ago

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

comment:1 Changed 5 years ago by svoop@…

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 ;-)

comment:2 Changed 5 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to invalid

Oh good. I looked at the curl source and was having trouble finding such a compilation option. No wonder! :-)

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Enhancements deleted

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.