File: comment_1_451a2cdfa6f26e2bd319ebf4ce09da68._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-07-20T16:21:32Z"
 content="""
This is a mismatch between the version of git that git-annex was compiled
to use, and the version of git that you have installed.

You seem to have a git version older than 1.8.1.6 installed, since
"--literal-pathspecs" was first added in that version. According
to the [Windows installation instructions](http://git-annex.branchable.com/install/Windows),
you need to install msysgit 1.9 to use git-annex.

So, upgrade..
"""]]