summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment')
-rw-r--r--doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment59
1 files changed, 0 insertions, 59 deletions
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
deleted file mode 100644
index 4f53e02d5..000000000
--- a/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_6_66cfbb5ce75d322f68b4c41f11bb15ae._comment
+++ /dev/null
@@ -1,59 +0,0 @@
-[[!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 <file>...\" 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?
-"""]]