Author identity unknown Please tell me who you are.Run git config --global user.email "you@example.com" git config --global user.name "Your Name"to set your account's default identity.Omit --global to set the identity only in this repository.
跟老师步骤做的,git commit -m 第一次上传文件回车后出现上面报错
跟老师步骤做的,git commit -m 第一次上传文件回车后出现上面报错
2022-02-19
修改项目中的文件
git status 查看项目当前状态
git add demo.html
modified demo.html红色边绿已经被添加到暂存区
git commit -m修改文件
git log 查看提交结果
git status 查看项目当前状态
git add demo.html
modified demo.html红色边绿已经被添加到暂存区
git commit -m修改文件
git log 查看提交结果
2021-11-05
MAC 安装brew用境外的,总安装不上,可以试试这个:https://blog.csdn.net/qq_37746495/article/details/119999701?spm=1001.2014.3001.5501
2021-08-30
git config --add --local user.name和git config --global user.name两个命令都是设置用户名的,他们区别是什么?
2021-07-29