This commit is contained in:
Joey Hess 2013-12-27 14:46:52 -04:00
parent de5f0cc5fb
commit 59c17abd96

View file

@ -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]]