diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-31 15:48:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-31 15:48:52 -0400 |
commit | 90d840d64e9e94d5cd8c1c1fa2fa74855217e83d (patch) | |
tree | db4d791e01ee7353c3f92f4749aab36197544f62 /doc/bugs | |
parent | 71d1db264c8bc9691c88917d2d89c77ac36df609 (diff) |
commnt
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/getEffectiveUserID_not_supported_on_Windows/comment_1_26cd277e6bbfcac920ca0a2a47acfcfd._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/getEffectiveUserID_not_supported_on_Windows/comment_1_26cd277e6bbfcac920ca0a2a47acfcfd._comment b/doc/bugs/getEffectiveUserID_not_supported_on_Windows/comment_1_26cd277e6bbfcac920ca0a2a47acfcfd._comment new file mode 100644 index 000000000..f9412487c --- /dev/null +++ b/doc/bugs/getEffectiveUserID_not_supported_on_Windows/comment_1_26cd277e6bbfcac920ca0a2a47acfcfd._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2014-10-31T16:57:05Z" + content=""" +This code path should only be called when USERPROFILE or +one of USERNAME/USER/LOGNAME is not set. Which should not usually be the case +when using git-annex on windows. + +However, since we know that won't work on Windows it might as well not even +try.. So I've made it instead print an error that indicates which +environment variables need to be set. + +Can you please download the windows daily build from +<http://git-annex.branchable.com/install/windows>, and see what this new, +better error message says? +"""]] |