This commit is contained in:
parent
35e07abccf
commit
fb4dd44106
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ I’ve been trying a set up a dataset that primarily lives on a web server, but
|
|||
I used `datalad addurls` to add the URL of each file on the server to each file in the annex. When I run `git annex whereis filename`, it shows up that it lives on the server in the server’s local copy of the dataset, and that it lives on the web, with a correct URL. In fact, if I click on that URL and open it in a browser, it downloads my file.
|
||||
|
||||
The dataset lives on Github, but the annex does not. When I make a clone of the superdataset on my personal computer, I get messages like
|
||||
|
||||
```
|
||||
[INFO ] Unable to parse git config from origin
|
||||
[INFO ] Remote origin does not have git-annex installed; setting annex-ignore
|
||||
|
@ -14,6 +15,7 @@ install(ok): /home/erin/Documents/DHA/carcas (dataset)
|
|||
|
||||
Then when I'm in the dataset `carcas-models` that has the annex and I run `datalad get models
|
||||
/Alpaca\ 3rd\ Carpal\ L.glb`, I get this error message:
|
||||
|
||||
```
|
||||
get(error): models/Alpaca 3rd Carpal L.glb (file) [no known url
|
||||
no known url
|
||||
|
@ -21,6 +23,7 @@ no known url]
|
|||
```
|
||||
|
||||
I suspect my problem is with how I set things up with git annex, because when I try `git annex get models/Alpaca\ 3rd\ Carpal\ L.glb`, I get the error:
|
||||
|
||||
```
|
||||
get models/Alpaca 3rd Carpal L.glb (from web...)
|
||||
no known url
|
||||
|
|
Loading…
Reference in a new issue