Created
February 27, 2022 12:36
-
-
Save Debbl/cc1054545b4f843708b79642cb58853e to your computer and use it in GitHub Desktop.
git-config-global-list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
- https 代理 | |
- 用户名 | |
- 邮箱 | |
- 中文乱码 | |
*/ | |
https.proxy=http://127.0.0.1:10808 | |
user.name=Debbl | |
[email protected] | |
core.quotepath=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment