From 7482c093cc7dd619b028fed9e8956638f484540c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Jan 2021 15:25:46 -0400 Subject: [PATCH] comment --- ..._d36533f093ced2a0fa5aa74de492b69f._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/be_like_git_and_ask_for_credentials_if_404/comment_3_d36533f093ced2a0fa5aa74de492b69f._comment diff --git a/doc/bugs/be_like_git_and_ask_for_credentials_if_404/comment_3_d36533f093ced2a0fa5aa74de492b69f._comment b/doc/bugs/be_like_git_and_ask_for_credentials_if_404/comment_3_d36533f093ced2a0fa5aa74de492b69f._comment new file mode 100644 index 0000000000..841702bafd --- /dev/null +++ b/doc/bugs/be_like_git_and_ask_for_credentials_if_404/comment_3_d36533f093ced2a0fa5aa74de492b69f._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2021-01-21T19:20:00Z" + content=""" +It still seems easy to demonstrate that git does not ask for creds on 404: + + joey@darkstar:~> git clone http://google.com/this-url-does-not-exist + Cloning into 'this-url-does-not-exist'... + fatal: repository 'http://google.com/this-url-does-not-exist/' not found + +So I need you to show me what makes you think that git does such a strange +thing, before I can take seriously a request to replicate that behavior in +git-annex. Because the only possible reason I would implement such an +insane thing is if git has lost its collective mind and so I needed to +follow into the abyss. + +If the actual issue is that gogs has implemented support for git-annex, +but that it sends 404 when git-annex requests config from a +private repo, rather than 401, it seems to me the place to fix that is in +gogs. +"""]] -- 2.30.2