summaryrefslogtreecommitdiff
path: root/doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw <T@web>2013-07-06 06:16:06 +0000
committerGravatar admin <admin@branchable.com>2013-07-06 06:16:06 +0000
commitc072be68de6746151e8c74315cea57814d36c2f6 (patch)
tree095dbedd72e66ada605c307a5ad127fefae738c1 /doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn
parent9c63f925af03bd9ab1f39988b05806799396ba7b (diff)
Diffstat (limited to 'doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn')
-rw-r--r--doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn b/doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn
index bfc370243..405691878 100644
--- a/doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn
+++ b/doc/bugs/On_Windows__44___wget_is_not_used__44___even_if_available.mdwn
@@ -10,3 +10,6 @@ On Windows, with a remote repository configured for HTTP access, wget is never u
### What version of git-annex are you using? On what operating system?
Windows 7: 4.20140627-g8a36ec5 (from the git-annex download page)
+
+### Additional Info
+After some debugging, it appears the issue is that git-annex looks to see if the file 'wget' is available in any directory on the PATH. on windows, wget is installed as 'wget.exe', and the file 'wget' does not exist anywhere. creating a file named 'wget' works around the issue. (wget.exe appears to still be the file used)