如果使用git过程中出现了,please tell me who you are

 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   *** 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"

 

相关文章: