git clone error with libressl
#1
Sun, 2016-10-16 18:08
mmix
-
- Offline
- 3 weeks 2 days ago
- 2016-06-07
recently, i had some problem with git clone error on github.com
if you had installed libressl and openssl-dev, probably same problem like me.
here is fix :
$ sudo apk del libssh3-dev cur-dev libarchive-dev openssl-dev
$ sudo apk add libressl-dev
openssl-dev should have to installed with openssl.
libressl-dev should have to installed with libressl, obviously.