We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I dont get the prompt and after try to use the history I got the following message:
window <NSWindow: 0x7fc9065b5130> __validateMenuItem_1 __validateMenuItem_2 __validateMenuItem_1 __validateMenuItem_2 __validateMenuItem_1 __validateMenuItem_2 Traceback (most recent call last): File "/Users/Oliver/Library/Application Support/Glyphs/Plugins/GlyphsGit/GlyphsGit.glyphsPlugin/Contents/Resources/GlyphsGitList.py", line 19, in __init self._runGit(["init"]) File "/Users/Oliver/Library/Application Support/Glyphs/Plugins/GlyphsGit/GlyphsGit.glyphsPlugin/Contents/Resources/GlyphsGitList.py", line 45, in _runGit spawn.spawn(args) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py", line 38, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py", line 192, in _spawn_posix (cmd, exit_status) DistutilsExecError: command '/usr/bin/git' failed with exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I dont get the prompt and after try to use the history I got the following message:
window <NSWindow: 0x7fc9065b5130>
__validateMenuItem_1
__validateMenuItem_2
__validateMenuItem_1
__validateMenuItem_2
__validateMenuItem_1
__validateMenuItem_2
Traceback (most recent call last):
File "/Users/Oliver/Library/Application Support/Glyphs/Plugins/GlyphsGit/GlyphsGit.glyphsPlugin/Contents/Resources/GlyphsGitList.py", line 19, in __init
self._runGit(["init"])
File "/Users/Oliver/Library/Application Support/Glyphs/Plugins/GlyphsGit/GlyphsGit.glyphsPlugin/Contents/Resources/GlyphsGitList.py", line 45, in _runGit
spawn.spawn(args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py", line 38, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py", line 192, in _spawn_posix
(cmd, exit_status)
DistutilsExecError: command '/usr/bin/git' failed with exit status 1
The text was updated successfully, but these errors were encountered: