1.下载并安装Git和图形客户端TortoiseGit
Git官网:https://gitforwindows.org/
TortoiseGit官网: https://tortoisegit.org/download/
2.创建git账户
在cmd下输入命令创建用户(勿使用中文):
git config --global user.name "用户名"
git config --global user.email "邮箱"
查看账号信息:git config --list
1.下载并安装Git和图形客户端TortoiseGit
Git官网:https://gitforwindows.org/
TortoiseGit官网: https://tortoisegit.org/download/
2.创建git账户
在cmd下输入命令创建用户(勿使用中文):
git config --global user.name "用户名"
git config --global user.email "邮箱"
查看账号信息:git config --list
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。