Skip to content

Instantly share code, notes, and snippets.

@imbyc
Created March 15, 2021 04:16
Show Gist options
  • Save imbyc/668772fd566ded091e594f15def5ceb5 to your computer and use it in GitHub Desktop.
Save imbyc/668772fd566ded091e594f15def5ceb5 to your computer and use it in GitHub Desktop.
[git 配置文件 .gitconfig] %HOMEPATH%/.gitconfig #git
[user]
name = byc
email = [email protected]
[core]
autocrlf = true
[http]
proxy = http://127.0.0.1:10809
[https]
proxy = https://127.0.0.1:10809
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment