File: comment_1_3a41f9b6bddc060b1fa9e35b9ce8b55f._comment

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
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.
"""]]