diff options
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/Portable_version_of_git-annex_for_windows/comment_1_e5e60fa8d104a09152a8164d5a906aec._comment b/doc/forum/Portable_version_of_git-annex_for_windows/comment_1_e5e60fa8d104a09152a8164d5a906aec._comment new file mode 100644 index 000000000..2d5b22ee8 --- /dev/null +++ b/doc/forum/Portable_version_of_git-annex_for_windows/comment_1_e5e60fa8d104a09152a8164d5a906aec._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="rtwolf" + ip="69.165.155.234" + subject="comment 1" + date="2014-01-07T17:38:19Z" + content=""" +Seems windows version of git-annex only runs in direct mode so I got the dreaded \"fatal: this operation must be run in a work tree\" error. Ran \"git config core.bare false\" which fixed it. + +More info on direct mode: <http://git-annex.branchable.com/direct_mode/> +"""]] diff --git a/doc/forum/Portable_version_of_git-annex_for_windows/comment_2_d8d1aa0920351e880ba6678bb97585de._comment b/doc/forum/Portable_version_of_git-annex_for_windows/comment_2_d8d1aa0920351e880ba6678bb97585de._comment new file mode 100644 index 000000000..3602e88c6 --- /dev/null +++ b/doc/forum/Portable_version_of_git-annex_for_windows/comment_2_d8d1aa0920351e880ba6678bb97585de._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="rtwolf" + ip="69.165.155.234" + subject="comment 2" + date="2014-01-07T17:41:25Z" + content=""" +Correction to above. Don't run that command, just use git annex sync instead. + +Also, git annex drop gives just a blank line. Maybe it doesn't work in direct mode either? +"""]] |