This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY 2013-04-23 05:25:13 +00:00 committed by admin
parent 1893206c4f
commit 6ef2ed3ecb

View file

@ -1,42 +1,42 @@
What steps will reproduce the problem? What steps will reproduce the problem?
On Arch Linux, using a cabal installation or prebuilt binaries: On Arch Linux, using a cabal installation or prebuilt binaries:
git-annex get foobar git-annex get foobar
The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL worked just fine. The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL worked just fine.
What is the expected output? What do you see instead? What is the expected output? What do you see instead?
I expect git-annex to retrieve the file from the remote. I expect git-annex to retrieve the file from the remote.
Instead I see this: Insted I see this:
get foobar (from origin...) get foobar (from origin...)
git-annex-shell: user error (unrecognized option `--uuid' git-annex-shell: user error (unrecognized option `--uuid'
Usage: git-annex-shell [-c] command [parameters ...] [option ..] Usage: git-annex-shell [-c] command [parameters ...] [option ..]
Options: Options:
--force allow actions that may lose annexed data --force allow actions that may lose annexed data
-F --fast avoid slow operations -F --fast avoid slow operations
-q --quiet avoid verbose output -q --quiet avoid verbose output
-v --verbose allow verbose output (default) -v --verbose allow verbose output (default)
-d --debug show debug messages -d --debug show debug messages
-b NAME --backend=NAME specify key-value backend to use -b NAME --backend=NAME specify key-value backend to use
Commands: Commands:
configlist DIRECTORY outputs relevant git configuration configlist DIRECTORY outputs relevant git configuration
inannex DIRECTORY KEY ... checks if keys are present in the annex inannex DIRECTORY KEY ... checks if keys are present in the annex
dropkey DIRECTORY KEY ... drops annexed content for specified keys dropkey DIRECTORY KEY ... drops annexed content for specified keys
recvkey DIRECTORY KEY runs rsync in server mode to receive content recvkey DIRECTORY KEY runs rsync in server mode to receive content
sendkey DIRECTORY KEY runs rsync in server mode to send content sendkey DIRECTORY KEY runs rsync in server mode to send content
) )
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]
Unable to access these remotes: origin Unable to access these remotes: origin
Try making some of these repositories available: Try making some of these repositories available:
5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote) 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote)
failed failed
git-annex: get: 1 failed git-annex: get: 1 failed
What version of git-annex are you using? On what operating system? What version of git-annex are you using? On what operating system?