Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Spaces in NAS folder path #4

Closed
jinincarnate opened this issue Feb 16, 2020 · 3 comments
Closed

Spaces in NAS folder path #4

jinincarnate opened this issue Feb 16, 2020 · 3 comments

Comments

@jinincarnate
Copy link

!!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
Copy link
Author

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
Copy link

@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
Copy link
Owner

sinbad commented Jun 3, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants