summaryrefslogtreecommitdiff
path: root/doc/tips/using_gitolite_with_git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar http://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web>2011-12-24 17:05:38 +0000
committerGravatar admin <admin@branchable.com>2011-12-24 17:05:38 +0000
commit899b20f89c1ba7d6ac1a09ea83c7f37052c43166 (patch)
treedd388ad21848a649a8c1f19bb385f3864476dbbe /doc/tips/using_gitolite_with_git-annex.mdwn
parentffefe742d8cc2655e29fa356c82326e867e27aa9 (diff)
Diffstat (limited to 'doc/tips/using_gitolite_with_git-annex.mdwn')
-rw-r--r--doc/tips/using_gitolite_with_git-annex.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn
index ac0a1f6b6..92048c442 100644
--- a/doc/tips/using_gitolite_with_git-annex.mdwn
+++ b/doc/tips/using_gitolite_with_git-annex.mdwn
@@ -75,3 +75,15 @@ sent 2606 bytes received 31 bytes 1758.00 bytes/sec
total size is 2502 speedup is 0.95
ok
</pre>
+
+
+### Troubleshooting
+
+I got an error like this when setting up gitolite *after* setting up a local git repo and git annex:
+
+<pre>
+git-annex-shell: First run: git-annex init
+Command ssh ["git@git.example.com","git-annex-shell 'configlist' '/~/myrepo.git'"] failed; exit code 1
+</pre>
+
+because I forgot to "git pull --all" after adding the new gitolite remote.