comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2020 17:41:42 +0000 (13:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2020 17:41:42 +0000 (13:41 -0400)
doc/bugs/S3-remote_fail_to_get_data_on_some_clones__47__machines/comment_3_6a75b7e50a4d40134a58d3c8e60073ed._comment [new file with mode: 0644]

diff --git a/doc/bugs/S3-remote_fail_to_get_data_on_some_clones__47__machines/comment_3_6a75b7e50a4d40134a58d3c8e60073ed._comment b/doc/bugs/S3-remote_fail_to_get_data_on_some_clones__47__machines/comment_3_6a75b7e50a4d40134a58d3c8e60073ed._comment
new file mode 100644 (file)
index 0000000..5df1392
--- /dev/null
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2020-02-25T17:35:02Z"
+ content="""
+Unfortunately --debug is all the debug info that's available.
+
+One possibility that comes to mind is a http proxy. Perhaps curl is
+using some proxy that is necessary to get data out, and git-annex is not.
+
+By default, git-annex avoids connections to local IP adddresses,
+for security reasons. If you have a local http proxy, it won't use it
+either. You could try this:
+
+       git config annex.security.allowed-ip-addresses any
+"""]]