Skip to content

Instantly share code, notes, and snippets.

View lfod1997's full-sized avatar
🎈
My balloon flew away!!

Oasin Lyu lfod1997

🎈
My balloon flew away!!
  • Isle O'Wo~lves
View GitHub Profile
@chenshengzhi
chenshengzhi / git_ssh_proxy.md
Last active November 26, 2025 20:44
git ssh 代理设置

仅为 GitHub 设置代理

git 代理

设置 git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
设置完成后, ~/.gitconfig 文件中会增加以下条目:

[http "https://github.com"]
    proxy = socks5://127.0.0.1:1086
@staltz
staltz / introrx.md
Last active February 26, 2026 10:29
The introduction to Reactive Programming you've been missing