https://github.com/gmh5225/using-git-on-tor
using git on tor
https://github.com/gmh5225/using-git-on-tor
git tor
Last synced: 12 months ago
JSON representation
using git on tor
- Host: GitHub
- URL: https://github.com/gmh5225/using-git-on-tor
- Owner: gmh5225
- Created: 2022-04-11T10:20:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T13:06:22.000Z (about 4 years ago)
- Last Synced: 2025-04-06T05:30:51.399Z (about 1 year ago)
- Topics: git, tor
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# using-git-on-tor
# Guide
- Download https://github.com/shunf4/proxychains-windows
- Add environment variable PROXYCHAINS_CONF_FILE -> your proxychains bin\proxychains.conf
- Edit proxychains.conf and find [ProxyList] then change to socks5 127.0.0.1 9150
- proxychains_win32_x64.exe git clone http://rexw3wrz5pldtadf3hy4vqnuzokhco4l32kyntj36fcgpjuy3nvxidid.onion/gmh5225/Theodosius.git
# Easy Way
Enable:
```bash
git config --global http.proxy "socks5h://127.0.0.1:9150"
```
Disable:
```bash
git config --global --unset http.proxy
```
# Reference
- https://stackoverflow.com/questions/40857891/can-anyone-access-pluggable-transports-meek-git