version 5.20140221
The Windows port of the assistant and webapp is now considered to be beta quality. There are important missing features (notably Jabber),documented on windows support,but the webapp is broadly usable on Windows now.
Windows最新更新(day 219,Sept. 13th,2014),提到:
Windows support improved more than I guessed in my wildest dreams.
git-annex
went from working not too well on the command line to being pretty solid there,as well as having a working and almost polished webapp on Windows.
There are still warts — it’s Windows after all!
所以情况正在改善,但这仍然是一项正在进行的工作。
原始答案(2011年6月)
那recent thread(2011年3月)没有太多的希望:
Well,I can tell you that it assumes a POSIX system,both in available utilities and system calls,So you’d need to use cygwin or something like that. (Perhaps you already are for git,I think git also assumes a POSIX system.) So you need a Haskell that can target that.
What this page refers to as “07004”: I don’t know where to get one.
Did find 07005.
(There are probably also still some places where it assumes / as a path separator,although I fixed some.)
FWIW,git-annex works fine on OS X and other fine proprietary unixen. ;P
你也发现这个bug report(2011年3月)的消息:
Currently the hashed directories in
.git-annex
allow for upper and lower case directory names… on linux (or any case sensitive filesystem) the directory names such as ‘Gg
‘ and ‘GG
‘ are different and unique.
However on systems like OSX (and probably windows if it is ever supported) the directory names ‘Gg
‘ is the same as ‘GG
‘