gerardroche / sublime-phpunit

PHPUnit Sublime Text integration.
https://www.gerardroche.com
GNU General Public License v3.0
74 stars 11 forks source link

Error executing: /usr/bin/git symbolic-ref -q HEAD #85

Closed ericktucto closed 5 years ago

ericktucto commented 5 years ago

seleccion_047

gerardroche commented 5 years ago

ignore_vcs_packages is a Package Control setting (https://packagecontrol.io/docs/settings).

When does the error occur? Does it resolve when you restart? There may be more information in the console log: Menu > View > Show Console.

It looks like you installed PHPUnitKit via Git manual installation and Package Control failed trying to update it.

The Package Control setting:

ignore_vcs_packages
    If git and hg repositories should be ignored when trying to update packages.
    Default false

https://packagecontrol.io/docs/settings

I recomend removing PHPUnitKit and installing it via Package Control as a package or disabling the Package Control Git update mechanism by setting ignore_vcs_packages to true.

gerardroche commented 5 years ago

@ErickTucto Did the issue resolve itself by restarting or reinstalling?

gerardroche commented 5 years ago

The issue is with Package Control. The error can occur for various reasons. See https://github.com/wbond/package_control/issues/1233.