Skip to content

Commit

Permalink
Update git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyulei authored Jun 3, 2023
1 parent 77b41aa commit 7a3e3f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/subject/git/git.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## git clone加速代理
```git config --global url."https://ghproxy.com/".insteadOf https://```
## git关闭SSL校验设置
```git config --global http.sslVerify false```
## git设置默认编辑器为VIM
Expand Down

0 comments on commit 7a3e3f3

Please sign in to comment.