aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn
diff options
context:
space:
mode:
authorGravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0 <jasondixonemail@web>2017-03-08 12:51:05 +0000
committerGravatar admin <admin@branchable.com>2017-03-08 12:51:05 +0000
commitfa7531fdeddd9a582fc5f6fdf7fc444ac69d299b (patch)
tree7a110eb9333b945a53cd2d58c9a69901f69413e3 /doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn
parent609c70d673229e385762dd5b1ad085e14919596d (diff)
Diffstat (limited to 'doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn')
-rw-r--r--doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn b/doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn
new file mode 100644
index 000000000..6e241473f
--- /dev/null
+++ b/doc/bugs/Failing_to_execute_bash_remotes_windows.mdwn
@@ -0,0 +1,56 @@
+### Please describe the problem.
+
+Trying to execute an external remote shell script on windows fails.
+
+
+### What steps will reproduce the problem?
+
+ $git annex initremote test type=external externaltype=rclone encryption=none
+ initremote test git-annex: Cannot run git-annex-remote-rclone -- Make sure it's in your PATH and is executable.
+
+
+### What version of git-annex are you using? On what operating system?
+
+windows, using git-bash
+
+ git-annex version: 6.20170214-g2233a50
+ build flags: Assistant Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV ConcurrentOutput TorrentParser Feeds Quvi
+ key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
+ remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+ local repository version: 5
+ supported repository versions: 3 5 6
+ upgrade supported from repository versions: 2 3 4 5
+ operating system: mingw32 i386
+
+
+
+### Please provide any additional information below.
+
+I've also tried fooling around with the proxy, which may help with pinpointing the issue?
+
+[[!format sh """
+$ git-annex-remote-rclone
+VERSION 1
+
+$ git annex proxy -- git-annex-remote-rclone
+git-annex: git-annex-remote-rclone: createProcess: does not exist (No such file or directory)
+failed
+git-annex: proxy: 1 failed
+
+$ git annex proxy -- which git-annex-remote-rclone
+/d/bin/git-annex-remote-rclone
+
+$ git annex proxy -- /d/bin/git-annex-remote-rclone
+git-annex: D:/bin/git-annex-remote-rclone: createProcess: invalid argument (Exec format error)
+failed
+git-annex: proxy: 1 failed
+
+$ git annex proxy -- sh /d/bin/git-annex-remote-rclone
+VERSION 1
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Oh yeah! This software is awesome. After getting used to having "dummy" shortcuts to content I don't currently have, with the simple ability to get/drop that content, I can't believe I haven't seen this anywhere before. If there is anything more impressive than this software, it's the support it has had from Joey over all this time. I'd have pulled my hair out long ago. :P