Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing git config --get branch.XXXX.merge #1167

Closed
joaoe opened this issue Sep 25, 2016 · 1 comment
Closed

Error executing git config --get branch.XXXX.merge #1167

joaoe opened this issue Sep 25, 2016 · 1 comment

Comments

@joaoe
Copy link

joaoe commented Sep 25, 2016

I have a local package which is controlled by git. That package's currently checked out branch is not a remote branch, it is just my local branch. As such there are no keys in git config for branch.XXXX and git config fails with exit status 1.

The code that calls git config should just silently fail if that git config call fails.

Error executing: /usr/bin/git config --get branch.XXXX.merge

Working directory: /home/jce/.config/sublime-text-3/Packages/EditorConfig

VCS-based packages can be ignored by changing the "ignore_vcs_packages" setting to true.

Sublime Text will need to be restarted once the setting is changed.
@db93n2
Copy link

db93n2 commented Jan 15, 2017

im having the same problem. setting "ignore_vcs_packages" to true doesnt seem to be helping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants