0
点赞
收藏
分享

微信扫一扫

git 基本命令

落拓尘嚣 2022-02-24 阅读 57
gitgithub

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
举报

相关推荐

0 条评论