summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 16:26:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 16:26:34 -0400
commit78f48734bc877b16a201a769c80e3bfb489a4214 (patch)
treeb2154397a603ca6fee74ded98afc5385497cf616 /doc
parent3e9fb146e39acf95da1419e2bec0cfe5769002ed (diff)
followup
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant/comment_3_12a6bc61a7492650fd2baf9a1b796997._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant/comment_3_12a6bc61a7492650fd2baf9a1b796997._comment b/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant/comment_3_12a6bc61a7492650fd2baf9a1b796997._comment
new file mode 100644
index 000000000..4a7ad554a
--- /dev/null
+++ b/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant/comment_3_12a6bc61a7492650fd2baf9a1b796997._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-08-04T20:23:58Z"
+ content="""
+Well, the file is not uploaded to the bitbucket remote, because bitbucket
+doesn't support git-annex. Without git-annex-shell on the remote, git-annex
+cannot send files to it.
+
+Even if it did, it would need to be a ssh
+transport, not a http transport, since git-annex doesn't upload files over
+http (except to S3 or webdav remotes).
+
+I think that the assistant also assumes that http transport git remotes are
+read-only, and doesn't try to push to them. Which might be improvable,
+perhaps.
+"""]]