diff --git a/doc/bugs/Permission_problem_in_second_user_account_on_Android.mdwn b/doc/bugs/Permission_problem_in_second_user_account_on_Android.mdwn new file mode 100644 index 0000000000..8b73082233 --- /dev/null +++ b/doc/bugs/Permission_problem_in_second_user_account_on_Android.mdwn @@ -0,0 +1,15 @@ +I get the following error message upon starting git-annex in a second user account on Android: + + Falling back to hardcoded app location: cannot find expected files in /data/app-lib + git annex webapp + lib/lib.runshell.so: line 133: git: Permission denied + + [Terminal session finished] + +The same version of git-annex works just fine for the primary user. +(The primary user has root access which unfortunately can't be enabled for other user accounts.) + +### What version of git-annex are you using? On what operating system? + + * git-annex: 5.20140710 + * OS: CyanogenMod 10.1.3-p3110 diff --git a/doc/forum/remote_server_client_repositories_are_bare__33____63__/comment_3_32bf10cf837db16566dcc99d0b9aaf67._comment b/doc/forum/remote_server_client_repositories_are_bare__33____63__/comment_3_32bf10cf837db16566dcc99d0b9aaf67._comment new file mode 100644 index 0000000000..bf302f7c89 --- /dev/null +++ b/doc/forum/remote_server_client_repositories_are_bare__33____63__/comment_3_32bf10cf837db16566dcc99d0b9aaf67._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkftzaCvV7EDKVDfJhsQZ3E1Vn-0db516w" + nickname="Edward" + subject="One snag" + date="2014-07-28T19:37:04Z" + content=""" +I setup a non-bare repo on a server by following the above steps (git init, git annex init, then add it as a Remote Server from elsewhere and combine repos). It worked, but I hit a snag and needed to add another step. + +After git init, you're not sitting on any branch yet, and that seems to have prevented the assistant from doing anything to synchronize the working tree on the server. After I did \"git checkout synced/master\", it started working. +"""]]