diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-07 13:50:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-07 13:50:55 -0400 |
commit | 04d48f98c5cecabdefcddc8b68738567a530dd84 (patch) | |
tree | 8bc8e4b5d1ddac9e0b9486efc8025d111d48d893 /doc | |
parent | ddad4d3c7faee6c048f88c4e241b3acef66c7523 (diff) | |
parent | 5899cff22864e6b4f6b6c742198119dfc508189e (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
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? +"""]] |