atom-git-gui icon indicating copy to clipboard operation
atom-git-gui copied to clipboard

Doesn't work with paths that contain spaces

Open j-waters opened this issue 7 years ago • 0 comments

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

j-waters avatar May 26 '17 19:05 j-waters