summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo <donkeyicydragon@web>2014-11-02 13:03:49 +0000
committerGravatar admin <admin@branchable.com>2014-11-02 13:03:49 +0000
commit40f267e1028827a37aac2de965f64f0b9e3b7ed3 (patch)
treee6f1111d9113b4b7466fc575e6a346301c6ff6f5
parent21ddd9ff9506ce68fac94a9bf052db7d26422f5e (diff)
-rw-r--r--doc/bugs/git_annex_sync_thinks_remote__39__s_name_is_a_command.mdwn98
1 files changed, 98 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_sync_thinks_remote__39__s_name_is_a_command.mdwn b/doc/bugs/git_annex_sync_thinks_remote__39__s_name_is_a_command.mdwn
new file mode 100644
index 000000000..c4788c2bb
--- /dev/null
+++ b/doc/bugs/git_annex_sync_thinks_remote__39__s_name_is_a_command.mdwn
@@ -0,0 +1,98 @@
+### Please describe the problem.
+git annex sync fails with "Unknown command 'i3'". i3 is the name of one annex.
+
+
+### What steps will reproduce the problem?
+
+git annex clone i3:PATH annex
+
+git annex sync
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20140920-gb0c4300
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
+
+on Linux Mint Qiana
+
+### Please provide any additional information below.
+
+[[!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
+
+ git annex sync
+(merging origin/git-annex origin/synced/git-annex into git-annex...)
+(Recording state in git...)
+commit ok
+pull origin
+git-annex: Unknown command 'i3'
+
+Did you mean one of these?
+ fix
+ edit
+ init
+ find
+ add
+ get
+ vicfg
+ log
+ map
+ drop
+ move
+ copy
+ lock
+ sync
+ import
+ uninit
+ dead
+ fsck
+ direct
+ help
+ test
+
+fatal: Could not read from remote repository.
+
+Please make sure you have the correct access rights
+and the repository exists.
+failed
+push origin
+git-annex: Unknown command 'i3'
+
+Did you mean one of these?
+ fix
+ edit
+ init
+ find
+ add
+ get
+ vicfg
+ log
+ map
+ drop
+ move
+ copy
+ lock
+ sync
+ import
+ uninit
+ dead
+ fsck
+ direct
+ help
+ test
+
+fatal: Could not read from remote repository.
+
+Please make sure you have the correct access rights
+and the repository exists.
+
+ Pushing to origin failed.
+
+ (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config)
+failed
+git-annex: sync: 2 failed
+
+# End of transcript or log.
+"""]]