Bower SSL:CA证书集,但禁用证书验证

时间:2016-09-14 09:40:10

标签: git ssl bower osx-yosemite

我在使用Bower的macbook上遇到问题,当它尝试安装某些内容并尝试访问git时,我收到这样的错误:

Failed to execute "git ls-remote --tags --heads   https://github.com/any-repo-here.git", exit code of #128 fatal: unable to access 'https://github.com/Dogfalo/materialize.git/': SSL: CA certificate set, but certificate verification is disabled

但是,在提示符上执行失败命令:

git ls-remote --tags --heads https://github.com/any-repo-here.git

效果很好所以我认为它与Bower有关。

注意: 我知道我可以通过指示git使用git://或者通过https://通过gitignore来解决这个问题,但这意味着我的正常git操作不再有效,所以我必须一直来回更改,这是一个疼痛...

0 个答案:

没有答案