summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-08 15:30:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-08 15:30:32 -0400
commitdefe0afb45378ec54cb115f199e6352ee8695681 (patch)
treee5967d5f659b903194bbba50c48dd5b595d183f7
parentd46115f370ef5e39c4b6064b050a2be4a6e55bea (diff)
comment
-rw-r--r--doc/bugs/Failing_to_execute_bash_remotes_windows/comment_2_7b8d82a32d6b82f1d50a54455aa4f643._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_2_7b8d82a32d6b82f1d50a54455aa4f643._comment b/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_2_7b8d82a32d6b82f1d50a54455aa4f643._comment
new file mode 100644
index 000000000..1ebf64afd
--- /dev/null
+++ b/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_2_7b8d82a32d6b82f1d50a54455aa4f643._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-03-08T19:20:21Z"
+ content="""
+git-annex on Windows already checks if external special remotes start
+with #! and tries to handle the shebang, since Windows does not do that
+natively. That was added in version 6.20160907.
+([[todo/refactor_shebang_handling_code_for_wider_use]])
+
+`git-annex proxy` does not do that, and I feel it's out of scope for it to
+do so. So the proxy stuff you tried is a red herring.
+
+It might be useful to use --debug to see what command git-annex tries to
+execute when running the external special remote program.
+"""]]