this post was submitted on 14 May 2024
1 points (100.0% liked)
Monero
1656 readers
10 users here now
This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.
Wallets
Android (Cake Wallet) / (Monero.com)
iOS (Cake Wallet) / (Monero.com)
Instance tags for discoverability:
Monero, XMR, crypto, cryptocurrency
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can configure git to use tor, and github currently works via tor.
https://stackoverflow.com/questions/27279359/how-to-make-git-work-to-push-commits-to-github-via-tor
^ affects the current repository.
git config --global
if you want it to apply to all repositories, including one you haven't yet cloned.When cloning a large repository, such as haveno, you then run into the problem that git doesn't retry when the other end hangs up, which it often does over a slow tor connection.
until git clone https://github.com/retoaccess1/haveno-reto ; do true ; done
will retry until it finally succeeds.
You can create and log into a github account using Tor Browser, just be sure to never use that account without tor browser. If you actually want to contribute using that account, you will need to email github customer service and have them un-shadowban you first.