Protocol https not supported or disabled in libcurl using Git

前端 未结 10 2588
深忆病人
深忆病人 2021-02-14 07:56

I have a few github repos and they have been working fine for the last few months.
However, a few days ago I started getting a strange error when trying to push
and pull

10条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-14 08:11

    Maybe you have different libcurl.dll versions installed and one of them is overwriting the github one(that does support https).

    I don't know what's your OS, but in windows you have to change the PATH settings, so it will point to the right libcurl.dll (do a libcurl search on c:\ to know where is the github one).

    In my case it was the Pure Data install that messed up with libcurl.dll from github.

    Hope it helps.

提交回复
热议问题