Skip to content

Instantly share code, notes, and snippets.

View the-eric-kwok's full-sized avatar
😉

EricKwok the-eric-kwok

😉
View GitHub Profile

https/http 协议的执行:

# 设置 http 代理
git config --global https.proxy http://127.0.0.1:8080

# 或 socks5 代理
git config --global http.proxy socks5h://127.0.0.1:1080

# 取消代理
git config --global --unset http.proxy
@the-eric-kwok
the-eric-kwok / clover_boot_flags.md
Created February 9, 2021 08:56 — forked from pjobson/clover_boot_flags.md
Clover Boot Flags

Clover Boot Flags

Flag Description
-v Verbose Mode
-x Safe Mode
-s Single User Mode
-no-zp Zone Postponing (use if hanging)
cpus=1 Single CPU Core Mode
-f No Kext Cache Mode (use if hanging)
@the-eric-kwok
the-eric-kwok / open_powershell_here.md
Last active May 30, 2018 03:13 — forked from davecan/open_powershell_here.md
How to enable "Open PowerShell Here" context menu in Windows 10