CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 71 forks source link

fix: Ignore default curl config file #131

Open Saklad5 opened 1 year ago

Saklad5 commented 1 year ago

A user-provided config file may add parameters that are incompatible with those supplied by CocoaPods. This causes the download to fail.

This change causes curl to behave as if no default config file exists, which allows for more consistent behavior.

This closes #130.