GIT 中提示 please tell me who you are
如果使用git过程中出现了,please tell me who you are
,
需要设置一下使用者的身份。
1.git config user.name "username" 2.git config user.email "username@XXX.com"
本文介绍如何解决在使用Git过程中遇到的please tell me who you are错误提示。通过两个简单步骤设置Git的用户名和邮箱地址,确保版本控制系统正确识别用户身份。
如果使用git过程中出现了,please tell me who you are
,
需要设置一下使用者的身份。
1.git config user.name "username" 2.git config user.email "username@XXX.com"
5027

被折叠的 条评论
为什么被折叠?