新装的ubuntu14.04,使用git clone时发生php
fatal: unable to access 'https://github.com/ging/licode.git/': Problem with the SSL CA cert (path? access rights?)git
错误github
google了一个解决方案:
shell
http://forum.nas-central.org/viewtopic.php?f=249&t= ubuntu
wget http://curl.haxx.se/ca/cacert.pem -O /ffp/etc/ssl/certs/cacert.pem git config --system http.sslcainfo /ffp/etc/ssl/certs/cacert.pem git clone https://github.com/midgetspy/Sick-Beard
后能够clone,不知缘由是什么?curl
https://github.com/susanBuck/notes/blob/master/07_Version_Control/999_Common_problems.md google
这个有必定的参考意义url