下载地址:https://git-scm.com/download
1.配置用户信息:
$ git config --global user.name "runoob"
$ git config --global user.email test@runoob.com
记住密码:
在git bash 中执行命令:git config --global credential.helper store
下载地址:https://git-scm.com/download
1.配置用户信息:
$ git config --global user.name "runoob"
$ git config --global user.email test@runoob.com
记住密码:
在git bash 中执行命令:git config --global credential.helper store