rsync special remote on linux from a windows machines, impossible to get
This commit is contained in:
parent
185e8195b4
commit
17bcfb2cf8
1 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
### Please describe the problem.
|
||||
Impossible to get content from a rsync special remote on linux from windoes.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
git annex get .
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
5.20140316-gbe47273 on windows 8.
|
||||
|
||||
### Please provide any additional information below.
|
||||
It seem that git-annex want to use \ path but on a linux box for rsync, it's /.
|
||||
|
||||
This is the debug mode log.
|
||||
[[!format sh """
|
||||
# If you can, paste a complete transcript of the problem occurring here.
|
||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||
read: rsync ["-e","'ssh' '-l' 'git' '-T'
|
||||
","--progress","--inplace","git@strasser-family.ch:~/files/71a\\505\\'SHA256E-s3
|
||||
232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea2400424d.mat\\SH
|
||||
A256E-s3232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea2400424d
|
||||
.mat'","/cygdrive/c/Users/pablo/Desktop/Nouveau dossier/InnerResult/.git/annex/t
|
||||
mp/SHA256E-s3232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea240
|
||||
0424d.mat"]
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
Loading…
Reference in a new issue