I hereby claim:
- I am purplemass on github.
- I am purplemass (https://keybase.io/purplemass) on keybase.
- I have a public key ASDG3ShDOaJwu3AQVmqteRpYvi6bNzHZFWlVnH1CfAKIcQo
To claim this, I am signing this object:
| [ | |
| [ | |
| { | |
| "a": 2 | |
| }, | |
| "Esc\n\n\n\n~\n`", | |
| { | |
| "a": 4 | |
| }, | |
| "!\n1\n\n\nF1", |
| [ | |
| [ | |
| { | |
| "a": 7 | |
| }, | |
| "", | |
| "", | |
| "", | |
| "", | |
| "", |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Use socat to proxy git through an HTTP CONNECT firewall. | |
| # Useful if you are trying to clone git:// from inside a company. | |
| # Requires that the proxy allows CONNECT to port 9418. | |
| # | |
| # Save this file as gitproxy somewhere in your path (e.g., ~/bin) and then run | |
| # chmod +x gitproxy | |
| # git config --global core.gitproxy gitproxy | |
| # | |
| # More details at http://tinyurl.com/8xvpny |