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
In the ARCitect I right clicked on a folder name and selected download LFS files. Files without space in the filenames were downloaded. The files with space threw errors as shown in the example below
git lfs pull --include assays/newControlData/dataset/new_labeling/240725_mtmEOS44_40X_TS3_1h_C_cell_moved to the front.lsm Invalid remote name "to": invalid remote name: "D:\\Users\\mitoseg\\to"
Ideas for solution
I was able to download when I tried the following from the root folder in terminal git lfs pull --include="assays/newControlData/dataset/new_labeling/240725_mtmEOS44_40X_TS3_1h_C_cell_moved to the front.lsm"
The text was updated successfully, but these errors were encountered:
I think the reason this does work with the explicit call of git lfs pull, but not with the ARCitect might have something to do with the quotation marks ".
Does ARCitect omit them by default, @JonasLukasczyk?
OS and framework information:
Describe the bug
git lfs pull --include assays/newControlData/dataset/new_labeling/240725_mtmEOS44_40X_TS3_1h_C_cell_moved to the front.lsm Invalid remote name "to": invalid remote name: "D:\\Users\\mitoseg\\to"
git lfs pull --include="assays/newControlData/dataset/new_labeling/240725_mtmEOS44_40X_TS3_1h_C_cell_moved to the front.lsm"
The text was updated successfully, but these errors were encountered: