This commit is contained in:
parent
ffefe742d8
commit
899b20f89c
1 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue