aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck <Jim@web>2013-05-24 22:03:16 +0000
committerGravatar admin <admin@branchable.com>2013-05-24 22:03:16 +0000
commit6c3c183424cd5dea851e86168b96e163c95ee835 (patch)
tree3ef520e54c0915c6354f96b3941fff22aee3b2ba
parent9ac0d171d19c3ee99f93b06950533d19a1614265 (diff)
-rw-r--r--doc/bugs/__34__fatal:_bad_config_file__34__.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/__34__fatal:_bad_config_file__34__.mdwn b/doc/bugs/__34__fatal:_bad_config_file__34__.mdwn
new file mode 100644
index 000000000..4efaf3e21
--- /dev/null
+++ b/doc/bugs/__34__fatal:_bad_config_file__34__.mdwn
@@ -0,0 +1,12 @@
+### Please describe the problem.
+
+When running a command like `git annex copy --not --in bucket --to bucket`, I got:
+
+`fatal: bad config file line 1 in /home/jim/tmp/git-annex14898.tmp`
+
+I caught `git-annex14898.tmp` before it was deleted and it contained an HTML error page.
+I have a remote `https://git.example.com/jim/annex.git`, and it appears that git-annex
+is requesting `https://git.example.com/jim/annex.git/config`. My server returns a 401
+Forbidden and an error page for that URL, but git-annex tries to use the response as a config file anyway.
+
+Jim