How do I enable https support in libcurl?

后端 未结 3 874
我在风中等你
我在风中等你 2020-12-06 00:12

When I try to $ brew update I\'m getting the error:

error: Protocol https not supported or disabled in libcurl while accessing https://github.co         


        
3条回答
  •  我在风中等你
    2020-12-06 01:10

    I had this issue on OSX. The issue were duplicate curl and curl.config files inside usr/local/bin that conflicted the same two files in usr/bin. I deleted the first set in the local/bin and Terminal worked after that.

提交回复
热议问题