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
It seems like the files in the data/ directory have not been fully prepared. After running: git lfs fetch
I get the following error: fetch: Fetching reference refs/heads/main [ce3405fa85d10724640aa33b68f75b962f2e4b613f6d8fe948c3371387065e7f] Object does not exist on the server: [404] Object does not exist on the server error: failed to fetch some objects from 'https://github.com/prescient-design/walk-jump.git/info/lfs'
This references the poas.csv.gz file in data/.
Is this on purpose (since you might use proprietary data) or am I missing something?
@ncfrey Yes, I can download that through a browser, thank you.
The problem arises, I think, when git clones the repo and git lfs tries to access the file from the above, different path, and fails.
I can manually add the file now, so not a big problem, but might need to be fixed for ease of use.
Hello
It seems like the files in the data/ directory have not been fully prepared. After running:
git lfs fetch
I get the following error:
fetch: Fetching reference refs/heads/main [ce3405fa85d10724640aa33b68f75b962f2e4b613f6d8fe948c3371387065e7f] Object does not exist on the server: [404] Object does not exist on the server error: failed to fetch some objects from 'https://github.com/prescient-design/walk-jump.git/info/lfs'
This references the poas.csv.gz file in data/.
Is this on purpose (since you might use proprietary data) or am I missing something?
See: stackoverflow.com/questions/62852772 for possible solution.
Kind Regards, Jesper
The text was updated successfully, but these errors were encountered: