问题描述:当我在使用 git 下载 phpGrace 时,出现报错信息: fatal: unable to access ‘https://github.com/shenhai/phpGrace.git/’: SSL certificate problem: unable to get local issuer certificate
输入命令:
git clone https://github.com/shenhai/phpGrace.git
git 下载报以下错误:

解决方法:把 https 改成 git
正确命令:
git clone git://github.com/shenhai/phpGrace.git
运行结果:

同时桌面出现了我要下载的文件 phpGrace

本文描述了在使用Git下载PHP项目phpGrace时遇到的SSL证书问题,即无法获取本地发行机构证书的错误,并提供了将https协议改为git协议的解决方案。
23万+

被折叠的 条评论
为什么被折叠?



