File: comment_9_03646c9df9d4f4ea27459660fe65a976._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 (25 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnOSgFb3l7nL3Fs7Y9gPGJJjFiV7aJ1tek"
 nickname="Phil"
 subject="comment 9"
 date="2014-07-05T22:29:01Z"
 content="""
Copying the `git-annex.exe` does work but you can also create a symlink and tell Windows to execute symlinks by doing the following.

On the remote machine (the one you are connecting to)

## Create a symlink:

    mklink \"C:\Program Files (x86)\Git\bin\git-annex-shell\" \"C:\Program Files (x86)\Git\bin\git-annex.exe\"

## Tell Windows to run files with no extension:

* Open Environment Variables
* At the end of `PATHEXT` add `;.`

## A problem with rsync

Unfortunately I now get `Access is denied` and `rsync: connection unexpectedly closed`. I think this is due to path issues on Windows. Trying rsync manually I need to use the `/cygdrive/c/rest/of/path` syntax otherwise I get `No such file or directory.`


"""]]