git 基本命令

阅读 57

2022-02-24

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)

0 0 举报