atom-git-gui
atom-git-gui copied to clipboard
Doesn't work with paths that contain spaces
I have a project folder located at "C:\Users<user>\My Documents\Workspace<project>". However, git-gui doesn't seem to recognise that this is a git repository. Upon entering the developer console, there are the following lines:
Error: Failed to resolve path 'C:\Users<user>\My.git': The system cannot find the path specified. (…) -- git-gui-staging-area-view.coffee:133 Error: Failed to resolve path 'C:\Users<user>\My.git': The system cannot find the path specified. (…) -- git-gui-view.coffee:162 Error: Failed to resolve path 'C:\Users<user>\My.git': The system cannot find the path specified. (…) -- git-gui-config-view.coffee:55
EDIT: Even when the path contains no spaces, I'm still getting this error:
TypeError: Path must be a string. Received undefined(…) -- git-gui-config-view.coffee:55