문제

SourceTree로 저장소를 작업하다가 push를 하는 도중 다음과 같은 오류를 만났다.

protocol https not supported or disabled in libcurl

해결

libcurl을 삭제하거나 https를 지원하는 libcurl로 대체하면 된다.

윈도우 같은 경우 다음 경로에 주로 설치되어 있다.

  • C:\Windows\Syswow64 (64비트)
  • C:\Windows\System32
  • C:\Program Files
  • C:\Program Files(x86)

※참고1. http://curl.haxx.se/download.html
※참고2. http://lesstif.com/pages/viewpage.action?pageId=22643906