Omega Onion2+

Son Tran Lam
Son Tran Lam
Published in
1 min readJan 15, 2017

--

If getting SSL error when cloning from github :

Cloning into ‘scrapy-land’…
fatal: unable to access ‘https://sontl@github.com/sontl/scrapy-land.git/': Error reading ca cert file /etc/ssl/certs/ca-certificates.crt — mbedTLS: (-0x3E00) PK — Read/write of file failed

Need to add ingnore SSL verify by using below command:

GIT_SSL_NO_VERIFY=true git clone https://username:password@github.com/sontl/scrapy-land.git

For example

GIT_SSL_NO_VERIFY=true git clone https://sontl:cc7ce2f5f2194e
5688d6967cc8e59296ec6c2de11234@github.com/sontl/scrapy-land.git

For more details:

http://unix.stackexchange.com/questions/109880/adding-ssl-certificate-for-github-only-not-all-certificates-from-ca-certificate

--

--

Son Tran Lam
Son Tran Lam

Trying to be Doer rather than Thinker. I was the 9to5 manager in IT industry. Now I am full-time self employed. Growing an indie game studio, and lot of trees.