Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] LFS files with space in filenames #292

Open
1 task
subasini-csb opened this issue Oct 18, 2024 · 1 comment
Open
1 task

[BUG] LFS files with space in filenames #292

subasini-csb opened this issue Oct 18, 2024 · 1 comment
Labels
Status: Needs Triage This item is up for investigation.

Comments

@subasini-csb
Copy link

subasini-csb commented Oct 18, 2024

OS and framework information:

  • OS: Windows 11
  • ARCitect version: v0.0.48

Describe the bug

  • 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"

image

  • 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"
@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Oct 18, 2024
@subasini-csb subasini-csb changed the title [BUG] LFS files with space in filenames not downloadable [BUG] LFS files with space in filenames Oct 18, 2024
@HLWeil
Copy link
Member

HLWeil commented Oct 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage This item is up for investigation.
Projects
Status: No status
Development

No branches or pull requests

2 participants