diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-04-20 18:35:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-20 18:35:40 +0000 |
commit | aa8a15b2077d928e807da2b0f6b249cc989ff2db (patch) | |
tree | af9a4ace665145da1be731641ccdbf5d79c8eca2 | |
parent | 8bebad9eb6a048c0de3477bfdafc691a213976e4 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..319cb3617 --- /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.) +"""]] |