summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-08-17 22:50:08 +0000
committerGravatar admin <admin@branchable.com>2013-08-17 22:50:08 +0000
commitd34ba8b08e4be6161f195b36849df881aac99793 (patch)
tree77e25c0de3f58de316ee2a9704598be0a835dea4 /doc
parentfc3bc8436461bb22069ed53d6fb1f0563fae7a2e (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/cannot_determine_uuid_for_origin.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/cannot_determine_uuid_for_origin.mdwn b/doc/bugs/cannot_determine_uuid_for_origin.mdwn
index 135bf135e..50ac8f3fc 100644
--- a/doc/bugs/cannot_determine_uuid_for_origin.mdwn
+++ b/doc/bugs/cannot_determine_uuid_for_origin.mdwn
@@ -80,3 +80,21 @@ known annex size: 0 bytes
bloom filter size: 16 mebibytes (0% full)
backend usage:
"""]]
+
+### Workaround!
+
+I found that I could succesfully push to the non-bare repo, like this:
+
+[[!format txt """
+anarcat@angela:ohm2013$ git remote add marcos-checkout ssh://anarcat.ath.cx/~/presentations/ohm2013
+anarcat@angela:ohm2013$ git fetch marcos-checkout
+From ssh://anarcat.ath.cx/~/presentations/ohm2013
+ * [new branch] git-annex -> marcos-checkout/git-annex
+ * [new branch] master -> marcos-checkout/master
+anarcat@angela:ohm2013$ git annex copy AlerteRouge.webm --to marcos-checkout
+copy AlerteRouge.webm (checking marcos-checkout...) (to marcos-checkout...)
+SHA256E-s138903105--a69db8d4c3835b03bdb08cb1cccfde5c76f586f934d63283694e7101b25352a8.webm
+[...]
+"""]]
+
+It seems that git-annex doesn't like bare repos at all...