You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a user has checked out the repo to a directory that includes spaces, e.g. /my user name/open-app-builder then scripts will fail with non-obvious message No such file or directory: '/user/my' (having split the directory path on a space)
Guidance has been added to the docs to make clear the requirement to use paths without spaces, however it would be good to fix properly
Describe the bug
If a user has checked out the repo to a directory that includes spaces, e.g.
/my user name/open-app-builder
then scripts will fail with non-obvious messageNo such file or directory: '/user/my'
(having split the directory path on a space)Guidance has been added to the docs to make clear the requirement to use paths without spaces, however it would be good to fix properly
See notes from #2407
To Reproduce
Clone a clean copy of the repo to a pathname including spaces and attempt to sync content from any repo
The text was updated successfully, but these errors were encountered: