Open lucasgautheron opened 3 years ago
@lucasgautheron For some reason, the .git
suffix tells datalad (or git annex) that the remote should be considered git-only. I was able to work with this as follows:
$ datalad install https://gin.g-node.org/lucasgautheron/test
install(ok): /home/chris/tmp2/test (dataset)
$ cd test
$ datalad get annexed_content
get(ok): annexed_content (file) [from origin...]
for those who'll land here with the same issue, note that this behavior is referenced in DataLad manual : https://handbook.datalad.org/en/latest/basics/101-139-gin.html#sharing-and-accessing-the-dataset
I am unable to
datalad get
annexed contents from a GIN repository.See this repository for example: https://gin.g-node.org/lucasgautheron/test
Is this a limitation of git-annex, a limitation of GIN, or something else? It is especially important for us to download data over https, since the french supercomputer Jean Zay won't allow cloning over ssh.
Environment