diff --git a/doc/bugs/http_remote_on_local_network_bad_error_message.mdwn b/doc/bugs/http_remote_on_local_network_bad_error_message.mdwn new file mode 100644 index 0000000000..f9ac048a6d --- /dev/null +++ b/doc/bugs/http_remote_on_local_network_bad_error_message.mdwn @@ -0,0 +1,9 @@ +Apparently, if a http git remote is on a local network address, +uuid discovery fails. The error message does not mention that +annex.security.allowed-ip-addresses has to be set, but setting it solves +the problem. + +There needs to be a better error message, or possibly don't apply +annex.security.allowed-ip-addresses to uuid discovery -- which does not +seem like it would involve the kind of security problem that config exists +to prevent. --[[Joey]] diff --git a/doc/tips/setup_a_public_repository_on_a_web_site/comment_11_5fc7b153f1822c8ae2d415963fcb9ce2._comment b/doc/tips/setup_a_public_repository_on_a_web_site/comment_11_5fc7b153f1822c8ae2d415963fcb9ce2._comment new file mode 100644 index 0000000000..c2bd3052eb --- /dev/null +++ b/doc/tips/setup_a_public_repository_on_a_web_site/comment_11_5fc7b153f1822c8ae2d415963fcb9ce2._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 11""" + date="2021-03-23T15:49:51Z" + content=""" +Filed a bug: [[bugs/http_remote_on_local_network_bad_error_message]] +"""]]