comment
authorJoey Hess <joeyh@joeyh.name>
Thu, 21 Jan 2021 19:25:46 +0000 (15:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 21 Jan 2021 19:25:46 +0000 (15:25 -0400)
doc/bugs/be_like_git_and_ask_for_credentials_if_404/comment_3_d36533f093ced2a0fa5aa74de492b69f._comment [new file with mode: 0644]

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 (file)
index 0000000..841702b
--- /dev/null
@@ -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.
+"""]]