From: Erin Date: Sat, 13 Apr 2024 19:31:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~17^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb4dd44106c404a98055820108fb0492087f30e0;p=git-annex.git --- diff --git a/doc/forum/How_to_allow_clones_to_get_files_via_URL__63__.mdwn b/doc/forum/How_to_allow_clones_to_get_files_via_URL__63__.mdwn index ad7396f7b7..f3978d8123 100644 --- a/doc/forum/How_to_allow_clones_to_get_files_via_URL__63__.mdwn +++ b/doc/forum/How_to_allow_clones_to_get_files_via_URL__63__.mdwn @@ -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