Guides/README.md

295 B

Guides

How to use Darktea? How to use git on Tor?

Since torify command might become obsolete, try to use the following git command within your project in order to add the Tor proxy URL for the git remote origin:

git config --add remote.origin.proxy "socks5h://127.0.0.1:9050"