Spaces in NAS folder path
jinincarnate opened this issue · 3 comments
jinincarnate commented
!!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"
jinincarnate commented
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 :)
penut85420 commented
@jinincarnate thanks! This helped me with my google drive.
Thanks to this awesome project too, hope this issue can be mention in README! @sinbad
sinbad commented
I've added a note to the Readme, sorry I didn't think to do that earlier.