summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Renaud <Renaud@web>2014-01-11 14:29:08 +0000
committerGravatar admin <admin@branchable.com>2014-01-11 14:29:08 +0000
commit1091560260111e4b3e60fb7fe8221f14229aebcb (patch)
tree5bc2472d4eaa43936cccd3893b7aef99c4fb590f
parentb04b6ac4754d64e00f1e518b8dfb4078d9d1bdfe (diff)
Added a comment
-rw-r--r--doc/forum/Gitolite_problems/comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Gitolite_problems/comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment b/doc/forum/Gitolite_problems/comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment
new file mode 100644
index 000000000..b29fdf2a3
--- /dev/null
+++ b/doc/forum/Gitolite_problems/comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="Renaud"
+ ip="126.10.66.235"
+ subject="comment 1"
+ date="2014-01-11T14:29:08Z"
+ content="""
+I had that problem when I tried to access a newly created remote repository.
+It seems git-annex doesn't recognize anymore if the remote repository has been initialized or not.
+The workaround I used is create a local repository, initialize it with git annex, `clone --bare` it, add the bare repository as a remote and `git annex sync` it to initialize the bare repository. Then, you can put the bare repository where gitolite usualy keep its repositories and use it normally.
+"""]]