summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar browneej@96fb43ae83ff25c968e65939805b60f3e42f1e06 <browneej@web>2016-05-10 23:22:22 +0000
committerGravatar admin <admin@branchable.com>2016-05-10 23:22:22 +0000
commit3cf01ad93b0257acd89cd88a1e08f8ac286dc69d (patch)
tree029fc5a316d09b03cfebd38a355a9b779a0afdf0
parent16a9e9f7b855c40440df1a85ff451f1f8173a635 (diff)
git-annex visibility on windows
-rw-r--r--doc/forum/Integrating_git-annex_with_Windows_Git_Extensions__63__.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Integrating_git-annex_with_Windows_Git_Extensions__63__.mdwn b/doc/forum/Integrating_git-annex_with_Windows_Git_Extensions__63__.mdwn
new file mode 100644
index 000000000..2bb88ab0e
--- /dev/null
+++ b/doc/forum/Integrating_git-annex_with_Windows_Git_Extensions__63__.mdwn
@@ -0,0 +1,10 @@
+I installed the Windows git-annex, and had to run the following command from Git Bash (in Admin mode) in order to get git to see git-annex:
+
+$ ln -s /C/Program\ Files\ \(x86\)/Git/usr/bin/git-annex.exe git-annex.exe
+
+Was this
+1) a known install issue that I missed somewhere?
+2) a failure in my particular installation?
+3) or was I supposed to put C:\Program Files (x86)\Git\usr\bin in my Windows path?
+
+Wasn't sure if we needed a docs update...