1git-remote-tor-annex(1) General Commands Manual git-remote-tor-annex(1)
2
3
4
6 git-remote-tor-annex - remote helper program to talk to git-annex over
7 tor
8
10 git fetch tor-annex::address.onion:port
11
12 git remote add tor tor-annex::address.onion:port
13
15 This is a git remote helper program that allows git to pull and push
16 over tor(1), communicating with a tor hidden service.
17
18 The tor hidden service probably requires an authtoken to use it. The
19 authtoken can be provided in the environment variable
20 GIT_ANNEX_P2P_AUTHTOKEN. Or, if there is a file in .git/annex/creds/
21 matching the onion address of the hidden service, its first line is
22 used as the authtoken.
23
25 git-remote-helpers(1)
26
27 git-annex(1)
28
29 git-annex-enable-tor(1)
30
31 git-annex-remotedaemon(1)
32
34 Joey Hess <id@joeyh.name>
35
36 git-remote-tor-annex(1)