aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY <Sren@web>2013-04-23 05:20:57 +0000
committerGravatar admin <admin@branchable.com>2013-04-23 05:20:57 +0000
commitff65076702c16ebc9d8bcd8b952bc55c27398535 (patch)
treed69f994e6681a2f8e9c9647fa04a0bf963483cae /doc
parent5a31b529071c59507a81031542839faace57f7ff (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn44
1 files changed, 44 insertions, 0 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
new file mode 100644
index 000000000..0c542bf3e
--- /dev/null
+++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn
@@ -0,0 +1,44 @@
+What steps will reproduce the problem?
+On Arch Linux, using a cabal installation or prebuilt binaries:
+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
+
+
+What version of git-annex are you using? On what operating system?
+git-annex does not understand a '--version' switch and I cannot find another option to print the version. It's the latest I just installed via cabal.
+OS is Arch Linux on kernel 3.8.8