This commit is contained in:
ka7 2019-01-03 11:17:31 +00:00 committed by admin
parent d2062ed057
commit 934a1176cd

View file

@ -0,0 +1,43 @@
### Please describe the problem.
i try to load add a URL to git (for later download) which is behind a CDN.
> git-annex addurl https://cdn.media.ccc.de/congress/2018/h264-sd/35c3-9462-eng-deu-fra-What_The_Fax_sd.mp4
it tells me:
> addurl cdn.media.ccc.de_congress_2018_h264_sd_35c3_9462_eng_deu_fra_What_The_Fax_sd.mp4 (downloading https://cdn.media.ccc.de/congress/2018/h264-sd/35c3-9462-eng-deu-fra-What_The_Fax_sd.mp4 ...)
> Configuration does not allow accessing https://cdn.media.ccc.de/congress/2018/h264-sd/35c3-9462-eng-deu-fra-What_The_Fax_sd.mp4
failed
> git-annex: addurl: 1 failed
looking around, I find that curl itself does also not load the file. wget does out-of-the-box
hint: curl -L "--location" seems to work, as this follows the http 30x
--> how to fix this ?
### What steps will reproduce the problem?
examples on top
### What version of git-annex are you using? On what operating system?
debian stretch, x64. git-annex as out-of-box
> $ apt-show-versions | grep git-annex
> git-annex:amd64/stretch 6.20170101-1+deb9u2 uptodate
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
yes ! wunderful tool.
managing my video, photo & music with it.