summaryrefslogtreecommitdiff
path: root/doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn
diff options
context:
space:
mode:
authorGravatar gueux <gueux@web>2013-09-13 17:31:22 +0000
committerGravatar admin <admin@branchable.com>2013-09-13 17:31:22 +0000
commitebe19ed856318cbfe1d154bdde642ad3e0efd628 (patch)
treedb29f7151e44b7d5cf83fbe7e6d086ea670d40d0 /doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn
parent0f51ea4355df970b1c177d8517634ae20524a122 (diff)
Diffstat (limited to 'doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn')
-rw-r--r--doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn b/doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn
new file mode 100644
index 000000000..cbfb05a6d
--- /dev/null
+++ b/doc/bugs/assistant_does_not_allow_adding_an_existing_repo.mdwn
@@ -0,0 +1,6 @@
+The assistant does not allow adding an existing repo: I tried to add a "remote server", to enter the credits, and then I add to choose between "git-annex" or "rsync". Choosing "git-annex" tries to create a new repo and then fails. The repo on the server is a bare one, accessed via gitolite. Setting the remote manually ("git remote add origin git@example.org:my-annex.git" works (I can pull, push, ...))
+
+Mac OS 10.7 version 2013-09-10
+
+
+[2013-09-13 17:00:55 CEST] chat: ssh ["-p","22","git@example.org","sh -c 'mkdir -p '\"'\"'my-annex.git'\"'\"'&&cd '\"'\"'my-annex.git'\"'\"'&&if [ ! -d .git ]; then git init --bare --shared; fi&&git annex init'"]