Skip to content

Instantly share code, notes, and snippets.

@liu7yong
liu7yong / config-git-proxy.txt
Created May 2, 2020 09:06 — forked from bynil/config-git-proxy.txt
Use git over socks5 proxy
Port: 1080
1. Create a file /YOUR PATH/gitproxy.sh with content:
#!/bin/sh
nc -X 5 -x 127.0.0.1:1080 "$@"
2. Edit your ~/.gitconfig
# For git://
@liu7yong
liu7yong / docker_svn-server.md
Created July 6, 2021 07:20 — forked from dpmex4527/docker_svn-server.md
Set up SVN server on docker