Julien Cohen-Adad

Results 398 comments of Julien Cohen-Adad

> You could also do `chown -R +w data-multi-subject/.git/annex; rm -r data-multi-subject`. ~~~ [jcohen@gra-login2 ~]$ chown -R +w data-multi-subject/.git/annex chown: invalid user: ‘+w’ ~~~

With only one file (easier to debug), and git remote at the end: ~~~ [jcohen@gra-login3 data-multi-subject]$ git-annex get sub-cmrra02/anat/sub-cmrra02_T2w.nii.gz get sub-cmrra02/anat/sub-cmrra02_T2w.nii.gz (not available) Try making some of these repositories available:...

On my local laptop (the one I pushed the data from), I get this: ~~~ julien-macbook:~/code/spine-generic/data-multi-subject $ git-annex whereis git-annex get sub-cmrra02/anat/sub-cmrra02_T2w.nii.gz git-annex: git-annex not found git-annex: get not found...

Hum, my local repos on the laptop might have a problem. When I do this: ~~~ julien-macbook:~/code/spine-generic/data-multi-subject $ git-annex whereis git-annex get sub-cmrra02/anat/sub-cmrra02_T1w.nii.gz git-annex: git-annex not found git-annex: get not...

The labels that were supposed to be added in https://github.com/spine-generic/data-multi-subject/pull/15 are needed ASAP for further experiments, so I will try to retrieve them and push them to the main git-annex...

@lrouhier i'll try to copy the labels on my local station and re-upload to amazon. Are the labels still there? ~~~ luroub@rosenberg:~/spineclean/error_redo/data-multi-subject ~~~

Assuming the answer to https://github.com/spine-generic/data-multi-subject/issues/24#issuecomment-683427229 is yes, i went ahead and tried syncing one label: ~~~ # copied the label from rosenberg > scp [email protected]:/home/GRAMES.POLYMTL.CA/luroub/spineclean/error_redo/data-multi-subject/derivatives/labels/sub-amu01/anat/sub-amu01_T1w_labels-disc-manual.nii.gz derivatives/labels/sub-amu01/anat/ # add it >...

Maybe there is something wrong with my local repos, so trying to create a new one from scratch: ~~~ > git clone https://github.com/spine-generic/data-multi-subject.git . > git-annex init init (merging origin/git-annex...

Maybe the problem is because i cloned via https instead of ssh. So, trying again with ssh: ~~~ git clone [email protected]:spine-generic/data-multi-subject.git . cat .git/config [core] repositoryformatversion = 0 filemode =...

Thank you for the quick reply @Drulex. However, it seems that something got "broken", because I don't seem to be able to retrieve the data from amazon anymore using the...