aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:46:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:46:52 -0400
commita9877f4059bb769ea90cafe6399afd38df4a93e9 (patch)
treecdfd48eddd23c0d09a4182cb4cf9530da0d252d8 /doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn
parent6eb72539673bec51a77e1ed2850a5f31d426a7ad (diff)
close
Diffstat (limited to 'doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn')
-rw-r--r--doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn b/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn
index ed8904db4..777c4f6e8 100644
--- a/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn
+++ b/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn
@@ -200,3 +200,9 @@ fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
"""]]
+
+> [[done]]; `git push` and `git pull` don't use annex-ssh-options,
+> and so that's not a good way to configure the dedicated key.
+> Instead, set it up like the assistant does, with a dummy hostname in the
+> url that is configured in .ssh/config to use the real domain and the
+> dedicated key. --[[Joey]]