git config --global设置用户名和邮件
安装好git后,在命令行或终端中使用下面的命令可以设置git自己的名字和电子邮件。
git config --global user.name "your name"
git config --global user.email "your email"
fatal:unab to access报错
git config --global credential.helper store
微信扫一扫
安装好git后,在命令行或终端中使用下面的命令可以设置git自己的名字和电子邮件。
git config --global user.name "your name"
git config --global user.email "your email"
fatal:unab to access报错
git config --global credential.helper store
相关推荐