sinbad/lfs-folderstore

Spaces in NAS folder path

jinincarnate opened this issue · 3 comments

!!Need help!!
git config --add lfs.customtransfer.lfs-folder.args "C:/path/to/your/folder"

'git push origin master' breaks if the path has spaces in between example "C:/path with space/to/your/folder"

Few!! figured it
By adding single quotes to the path in local git config file.

[lfs "customtransfer.lfs-folder"]
path = lfs-folderstore
args = 'C:/path with space/to/your/folder' <-------------------------like this

Thanks for such an awesome Project though :)

@jinincarnate thanks! This helped me with my google drive.
Thanks to this awesome project too, hope this issue can be mention in README! @sinbad

I've added a note to the Readme, sorry I didn't think to do that earlier.