This commit is contained in:
mbekkema97@66b135681014f005a3a14c4011d148fcb6655f81 2018-01-13 03:36:34 +00:00 committed by admin
parent f3a02f19fb
commit dcc4b7e954

View file

@ -0,0 +1,10 @@
On my computer, `git annex get filename --from web` uses wget which does support
.netrc, but for some reason `git annex fsck filename --from web` does not.
Instead, I get a message that the content is missing and git annex is "fixing
location log" (slightly unrelated question, but is there any way to stop it from
doing this? Just because a URL isn't accessible now, doesn't mean it's content
is gone permanently).
I do not want to encode my credentials into the URLs (eg.
username:password@example.com) because my password changes frequently and I would
have to update all of the URLs.