0
点赞
收藏
分享

微信扫一扫

Git中提示 please tell me who you are

微言记 2022-02-08 阅读 68

提示需要你登录一下,确认你的身份.

1.先输入命令git config user.name “自己的username”,

2.换行输入git config user.email “自己的email”

输入正确的之后就能使用 git add 、commit等命令进行版本控制
 

举报

相关推荐

0 条评论