Open Saklad5 opened 2 years ago
CocoaPods currently uses curl's default config file, which causes it to fail when providing options that conflict with the contents of that file.
This is easily solved by adding the --disable flag when invoking curl. I will submit a pull request that does this momentarily.
--disable
Ignore
CocoaPods currently uses curl's default config file, which causes it to fail when providing options that conflict with the contents of that file.
This is easily solved by adding the
--disable
flag when invoking curl. I will submit a pull request that does this momentarily.