Crates.io | git-remote-tor |
lib.rs | git-remote-tor |
version | 0.1.4 |
source | src |
created_at | 2019-09-27 21:16:13.317197 |
updated_at | 2019-09-28 09:21:42.40052 |
description | Seamless .onion and tor-ified git remotes |
homepage | https://agentofuser.com/git-remote-tor/ |
repository | https://github.com/agentofuser/git-remote-tor |
max_upload_size | |
id | 168249 |
size | 9,909 |
Seamless .onion and tor-ified git remotes
cargo install git-remote-tor
Prepend tor::
to the remote's URL. Examples:
# clone .onion address
git clone tor::http://3lytcgmoe2j75c6t.onion/ logit
# clone clearnet address
git clone tor::https://github.com/agentofuser/logit.git logit
# add remote to existing repo
git remote add agentofuser tor::https://github.com/agentofuser/logit.git
Then use git fetch
, git pull
, etc. as you normally would.
For more information (including how to serve a read-only .onion git repo) check out the docs.
👤 Agent of User
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator