Uploading large files to the DataHUB #6
Brilator
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to properly upload large(r) files to the DataHUB via ARC Commander or ARCitect, Git-LFS needs to be initiated on every computer (and user account) before using these tools.
Checking whether LFS (large file storage) works properly for your ARCs
LFS
in the file treeLFS
. In addition, you can click in the right sidebar of your ARC in the DataHUB on "Project Storage". Here, the major amount of your data should be stored in "LFS", while only a minor part is stored in "Repository".Initiating git-lfs
Via command line
git lfs install
.git config --list --show-origin --show-scope
. Amongst others, the config should contain the following linesManually
In your home folder (Windows:
C:/Users/<UserName>
, macOS:Users/<UserName>
), create or edit the file called .gitconfig to include the following lines.Ask for help
Feel free to contact a data steward, since this is not trivial.
Beta Was this translation helpful? Give feedback.
All reactions