summaryrefslogtreecommitdiff
path: root/doc/design/assistant
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck <Jim@web>2013-02-22 00:17:30 +0000
committerGravatar admin <admin@branchable.com>2013-02-22 00:17:30 +0000
commitfcefa300a78527fc82f239e6546f6a5d6f56ba33 (patch)
tree9f370cb1105c6d6aa5d91e966851e521d500063e /doc/design/assistant
parent5777a223b940fecb54a5c6fd55856799c7d88ea8 (diff)
Added a comment: Installs and runs
Diffstat (limited to 'doc/design/assistant')
-rw-r--r--doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment
new file mode 100644
index 000000000..643605d5b
--- /dev/null
+++ b/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment
@@ -0,0 +1,44 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck"
+ nickname="Jim"
+ subject="Installs and runs"
+ date="2013-02-22T00:17:30Z"
+ content="""
+No problem installing on a Galaxy Nexus with 4.2.2
+
+ 1|u0_a162@android:/sdcard $ git clone https://git.jim.sh/jim/annex.git
+ Cloning into 'annex'...
+ fatal: Unable to find remote helper for 'https'
+
+Too much to hope for at this stage, I suppose :)
+
+ 128|u0_a162@android:/sdcard $ git annex assistant
+ git-annex: Not in a git repository.
+ 1|u0_a162@android:/sdcard $ git init test
+ Initialized empty Git repository in /storage/emulated/legacy/test/.git/
+ u0_a162@android:/sdcard $ cd test
+ u0_a162@android:/sdcard/test $ git annex init
+ init
+ Detected a crippled filesystem.
+
+ Enabling direct mode.
+
+ *** Please tell me who you are.
+
+ Run
+
+ git config --global user.email \"you@example.com\"
+ git config --global user.name \"Your Name\"
+
+ to set your account's default identity.
+ Omit --global to set the identity only in this repository.
+
+ fatal: unable to auto-detect email address (got 'u0_a162@localhost.(none)')
+
+ git-annex: user error (git [\"--git-dir=/storage/emulated/legacy/test/.git\",\"--work-tree=/storage/emulated/legacy/test\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128)
+ failed
+ git-annex: init: 1 failed
+ 1|u0_a162@android:/sdcard/test $
+
+However, I get the same error even after setting `user.email` and `user.name` (which seems to work fine)
+"""]]