not a bug in git-annex
authorJoey Hess <joeyh@joeyh.name>
Mon, 23 Jun 2025 14:18:16 +0000 (10:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 23 Jun 2025 14:18:16 +0000 (10:18 -0400)
doc/bugs/adb_fchown_error.mdwn
doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment [new file with mode: 0644]

index 6e4bc2f3992c32fa4e492756a2877328e5d0f665..c9b1a2e948a316b24e791e3d3d75e6ea59e1b941 100644 (file)
@@ -43,3 +43,5 @@ failed
 ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
 
 I use git-annex to back up photos, videos, and all sorts of stuff! It's really cool!
+
+> not a bug in git-annex, [[closed|done]] --[[Joey]]
diff --git a/doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment b/doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment
new file mode 100644 (file)
index 0000000..559e58a
--- /dev/null
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2025-06-23T14:11:10Z"
+ content="""
+This is the `adb push` command itself failing. Since git-annex has to use
+that command with an adb special remote, I don't see how this could be
+fixed in git-annex.
+
+It seems likely that the Android device is configured to allow adb to read
+files in `Android/data/org.opencpn.opencpn` but not write to files there. 
+You might be able to change the permissions with root access.
+"""]]