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

Gitgutter icons not showing after updating to MAC OS X Yosemite #207

Closed
lauriegao opened this issue Jan 1, 2015 · 6 comments
Closed

Gitgutter icons not showing after updating to MAC OS X Yosemite #207

lauriegao opened this issue Jan 1, 2015 · 6 comments

Comments

@lauriegao
Copy link

My Gitgutter icons won't display after updating to Yosemite recently.

I am using Sublme Text 2. I tried uninstalling and reinstalling Gitgutter through Package Control and Git with no luck.

Found this repeated three times in console every time I save changes.

Traceback (most recent call last):
  File "./sublime_plugin.py", line 339, in run_
  File "./git_gutter.py", line 33, in run
  File "./view_collection.py", line 50, in diff
  File "./git_gutter_handler.py", line 156, in diff
  File "./git_gutter_handler.py", line 248, in run_command
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied
@jisaacks
Copy link
Owner

jisaacks commented Jan 1, 2015

Have you tried using git in the terminal since you upgraded? I think there was an issue where Yosemite upgraded git and you need to accept the terms before you can use it.

@lauriegao
Copy link
Author

Yeah, I did. Git works fine in the terminal.

@jisaacks
Copy link
Owner

jisaacks commented Jan 2, 2015

Did you try setting the git path?

@lauriegao
Copy link
Author

Yes, fixed with setting the git path.
Thank you!

@jisaacks
Copy link
Owner

jisaacks commented Jan 4, 2015

OK I am going to close this issue then. Glad you got it working 👍

@jisaacks jisaacks closed this as completed Jan 4, 2015
@coderbydesign
Copy link

Had a similar issue after upgrading version of git. Everything worked except the icons in the gutter. Explicitly setting the git path fixed the issue!

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

No branches or pull requests

3 participants