From 145ba7a2aa0a2fe2522a216c08c64c2ee11640a9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 20 Apr 2014 18:35:40 +0000 Subject: [PATCH] Added a comment --- ...ment_5_f975059733fca678e93b791b2a250535._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment diff --git a/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment new file mode 100644 index 0000000000..319cb3617b --- /dev/null +++ b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 5" + date="2014-04-20T18:35:39Z" + content=""" +You might want to try upgrading to msysgit 1.9.0, which is the one I am using for windows development. + +So, your screenshot shows that git checkout -B annex/direct/master worked ok when you ran it, but then when git-annex init failed, it was running +the same command, only with a -q also. The -q is only quiet mode, shouldn't matter. + +(The .t folder is created when running git-annex test, so not relevant.) +"""]]