Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


git

这是本文档旧的修订版!


安装

Windows

  1. 双击安装即可

macOS

  1. 系统以包含 Git
  2. 重新安装:brew install git

配置

全局配置

.gitconfig
[user]
  name = where.liu
  email = liuzhaowei55@gmail.com
[core]
  quotepath = false
  autocrlf = false
  safecrlf = true
  longpaths = true
[credential]
  helper = manager
[i18n]
  commitencoding = utf-8
  logoutputencoding = utf-8
[i18n "commit"]
  encoding = utf-8
git.1608081398.txt.gz · 最后更改: 2020/12/16 09:16 由 admin