Git安装

作者: _52Hertz | 来源:发表于2018-11-01 15:12 被阅读11次

下载 Git工具

Git

选择对应的版本下载

安装的过程中,可以选择桌面快捷方式

Desktop

安装后的文件夹

文件夹

打开git-bash.exe

git-bash.exe

绑定用户

$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"

相关文章

网友评论

      本文标题:Git安装

      本文链接:https://www.haomeiwen.com/subject/vxrxxqtx.html