Skip to content

Instantly share code, notes, and snippets.

@reaink
Created April 14, 2023 06:17
Show Gist options
  • Select an option

  • Save reaink/7df1f0fd99a809652025c1857cafb174 to your computer and use it in GitHub Desktop.

Select an option

Save reaink/7df1f0fd99a809652025c1857cafb174 to your computer and use it in GitHub Desktop.
github ssh config
[core]
compression = 0
pager = delta
[delta]
navigate = true
line-numbers = true
[sendpack]
sideband = false
[url "git@github.com:"]
insteadOf = https://github.com/
[interactive]
diffFilter = delta --color-only
[pull]
rebase = true
[http]
proxy = socks5://127.0.0.1:7890
Host github.com
Hostname ssh.github.com
User git
AddKeysToAgent yes
UseKeychain yes
Port 443
ProxyCommand nc -X 5 -x 127.0.0.1:7890 %h %p
IdentityFile ~/.ssh/reaink_key
ipv6 link local only
dns 8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment