File: Integrating_git-annex_with_Windows_Git_Extensions__63__.mdwn

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-- 447 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
I installed the Windows git-annex, and had to run the following command from Git Bash (in Admin mode) in order to get git to see git-annex:

$ ln -s /C/Program\ Files\ \(x86\)/Git/usr/bin/git-annex.exe git-annex.exe

Was this 
1) a known install issue that I missed somewhere?
2) a failure in my particular installation?
3) or was I supposed to put C:\Program Files (x86)\Git\usr\bin in my Windows path?

Wasn't sure if we needed a docs update...