From dd59ab26e269a3774822dbb5cba722def9f21957 Mon Sep 17 00:00:00 2001 From: ayutheos Date: Wed, 23 Apr 2014 08:56:58 +0000 Subject: Added a comment --- ...ent_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment diff --git a/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment new file mode 100644 index 000000000..4f53e02d5 --- /dev/null +++ b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment @@ -0,0 +1,59 @@ +[[!comment format=mdwn + username="ayutheos" + ip="49.124.129.253" + subject="comment 6" + date="2014-04-23T08:56:58Z" + content=""" +I upgraded git to 1.9.0.msysgit.0, and managed to initialise git-annex: + + user@NOTEBOOK /d/pictures + $ git init + Initialized empty Git repository in D:/pictures/.git/ + + user@NOTEBOOK /d/pictures + $ git annex init \"laptop photos\" + init laptop photos + Detected a filesystem without fifo support. + + Disabling ssh connection caching. + + Detected a crippled filesystem. + + Enabling direct mode. + ok + (Recording state in git...) + +But there's a message that it detected a crippled filesystem? What does that mean? + +Running `git status` gives: + + user@NOTEBOOK /d/pictures + $ git st + fatal: This operation must be run in a work tree + +And then I run `git init` + + user@NOTEBOOK /d/pictures + $ git init + Reinitialized existing Git repository in D:/pictures/.git/ + + user@NOTEBOOK /d/pictures + $ git st + On branch annex/direct/master + + Initial commit + + Untracked files: + (use \"git add ...\" to include in what will be committed) + + 2011/ + 2012/ + 2013/ + 2014/ + dump/ + to burn/ + + nothing added to commit but untracked files present (use \"git add\" to track) + +..and git works ok. Any suggestions what might be wrong? +"""]] -- cgit v1.2.3