summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY <Sren@web>2013-04-23 05:25:13 +0000
committerGravatar admin <admin@branchable.com>2013-04-23 05:25:13 +0000
commit24bb2b8fa26b522f3353845ac416c54472cec516 (patch)
treef4e1eab143bb4cc280edc748ab6c3d76431e7900
parentff65076702c16ebc9d8bcd8b952bc55c27398535 (diff)
-rw-r--r--doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn64
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn
index 0c542bf3e..3fcab2f4c 100644
--- a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn
+++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn
@@ -1,42 +1,42 @@
What steps will reproduce the problem?
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.
What is the expected output? What do you see instead?
I expect git-annex to retrieve the file from the remote.
-Instead I see this:
-get foobar (from origin...)
-git-annex-shell: user error (unrecognized option `--uuid'
-
-
-Usage: git-annex-shell [-c] command [parameters ...] [option ..]
-
-Options:
- --force allow actions that may lose annexed data
- -F --fast avoid slow operations
- -q --quiet avoid verbose output
- -v --verbose allow verbose output (default)
- -d --debug show debug messages
- -b NAME --backend=NAME specify key-value backend to use
-
-Commands:
- configlist DIRECTORY outputs relevant git configuration
- inannex DIRECTORY KEY ... checks if keys are present in the annex
- dropkey DIRECTORY KEY ... drops annexed content for specified keys
- recvkey DIRECTORY KEY runs rsync in server mode to receive content
- sendkey DIRECTORY KEY runs rsync in server mode to send content
-)
-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]
-
- Unable to access these remotes: origin
-
- Try making some of these repositories available:
- 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote)
-failed
-git-annex: get: 1 failed
+Insted I see this:
+ get foobar (from origin...)
+ git-annex-shell: user error (unrecognized option `--uuid'
+
+
+ Usage: git-annex-shell [-c] command [parameters ...] [option ..]
+
+ Options:
+ --force allow actions that may lose annexed data
+ -F --fast avoid slow operations
+ -q --quiet avoid verbose output
+ -v --verbose allow verbose output (default)
+ -d --debug show debug messages
+ -b NAME --backend=NAME specify key-value backend to use
+
+ Commands:
+ configlist DIRECTORY outputs relevant git configuration
+ inannex DIRECTORY KEY ... checks if keys are present in the annex
+ dropkey DIRECTORY KEY ... drops annexed content for specified keys
+ recvkey DIRECTORY KEY runs rsync in server mode to receive content
+ sendkey DIRECTORY KEY runs rsync in server mode to send content
+ )
+ 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]
+
+ Unable to access these remotes: origin
+
+ Try making some of these repositories available:
+ 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote)
+ failed
+ git-annex: get: 1 failed
What version of git-annex are you using? On what operating system?