diff options
author | https://www.google.com/accounts/o8/id?id=AItOawn7OQLFQ6yc9sK5O6ekgYhLrZhqtm4JZBM <Niclas@web> | 2014-10-29 22:28:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-29 22:28:14 +0000 |
commit | 94f7d4f8e9fb423dab5920d1c62e0fe050366b20 (patch) | |
tree | bf9db5325b874d1fac6b8bda46fbb968ed7712d0 /doc | |
parent | 79734449957cc2132182bda0caa88ad30479e4e0 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/getEffectiveUserID_not_supported_on_Windows.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/getEffectiveUserID_not_supported_on_Windows.mdwn b/doc/bugs/getEffectiveUserID_not_supported_on_Windows.mdwn new file mode 100644 index 000000000..c3d123fb3 --- /dev/null +++ b/doc/bugs/getEffectiveUserID_not_supported_on_Windows.mdwn @@ -0,0 +1,22 @@ +### Please describe the problem. +After a clean install of the latest git-annex for Windows (https://downloads.kitenet.net/git-annex/windows/current/), most git-annex commands fail with the following error message: + + git-annex: System.PosixCompat.User.getEffectiveUserID: not supported: illegal operation + +### What steps will reproduce the problem? + + git init + git annex init + +Running for example ´git annex version´ or ´git annex info´ gives the same error message. + + +### What version of git-annex are you using? On what operating system? + +git-annex version should be 5.20141024, but the installer does not specify version and ´git annex info´ does not work, so it is hard to tell for sure. +Running Windows 7, x64. Also tried running as administrator and in a cmd.exe shell as well as Powershell. + + +### Please provide any additional information below. + +The ´git annex test´ command does work, and all 84 tests passes. |