Git安装

下载 Git工具,选择对应的版本下载

Git

安装的过程当中,能够选择桌面快捷方式

Desktop

安装后的文件夹

文件夹

打开git-bash.exe

git-bash.exe

绑定用户

$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"
复制代码
相关文章
相关标签/搜索