diff options
author | fusionx86@2cab672ef75a8502e153ceb90177dde38985dba9 <fusionx86@web> | 2015-07-20 14:31:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-07-20 14:31:08 +0000 |
commit | 1b295c529220c1d00be43b82acd0dfbff8efd9b3 (patch) | |
tree | 8f463d97afbae8cccbc8db215322f899f0099804 | |
parent | 6c8313ebd336fb0b5831ae2acd9836d7118315f4 (diff) |
-rw-r--r-- | doc/forum/git-annex_fails_on_Windows.mdwn | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/forum/git-annex_fails_on_Windows.mdwn b/doc/forum/git-annex_fails_on_Windows.mdwn new file mode 100644 index 000000000..6c10003eb --- /dev/null +++ b/doc/forum/git-annex_fails_on_Windows.mdwn @@ -0,0 +1,56 @@ +Not sure if this is a bug or user error. I'm trying to use git-annex on Windows 2008 R2, but it isn't working for me. Works fine on Linux. I have a local git repo and then added some binary files to annex. Then I used git annex sync --content to push ennex'd files up to git server. Then I can clone that repo and sync again to pull all the files down. On windows I just get error messages when I try to clone the repo and use annex to init or sync. + +git version: 1.8.0.msysgit.0 +git-annex version: +git-annex version: 5.20150710-g8fd7052 +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA TorrentP +arser +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA51 +2 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL +remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook extern +al +local repository version: unknown +supported repository version: 5 +upgrade supported from repository versions: 2 3 4 + +If I try to init the cloned repo: + +$ git-annex init +init Unknown option: --literal-pathspecs +usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] + [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] + [-c name=value] [--help] + <command> [<args>] +Unknown option: --literal-pathspecs +usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] + [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] + [-c name=value] [--help] + <command> [<args>] +Unknown option: --literal-pathspecs +usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] + [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] + [-c name=value] [--help] + <command> [<args>] +Unknown option: --literal-pathspecs +usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] + [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] + [-c name=value] [--help] + <command> [<args>] +git-annex.exe: git [Param "config",Param "user.name",Param "user"] failed + +If I try to sync: + +$ git annex sync --content +Unknown option: --literal-pathspecs +usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] + [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] + [-c name=value] [--help] + <command> [<args>] +git-annex: First run: git-annex init + +What am I missing? I love the idea of annex and really need it for an urgent project I'm working on, but unfortunately I need to use it with Windows...in addition to Linux. |