Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text SecTrustSettingsCopyCertificates: No Trust Settings were found

Sometimes I run on this error when using sublime:

Package Control

Error executing: /usr/bin/security dump-trust-settings -d

SecTrustSettingsCopyCertificates: No Trust Settings were found.

VCS-based packages can be ignored with the "ignore_vcs_packages" setting.

I've added "ignore_vcs_packages": true, to package control settings its still not working.

I'm using Yosemite and Sublime Text 3.

What should I do?

like image 697
rahmat Avatar asked Oct 20 '22 15:10

rahmat


1 Answers

See the issue here

https://github.com/wbond/package_control/issues/1002

in short- yes, this is due to trust issues.

like image 149
flip Avatar answered Oct 22 '22 21:10

flip