File: comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (10 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
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.
"""]]