我运行了以下命令:
$ git commit -m "my web page"
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.
fatal: empty ident name (for <(null)>) not allowed
$
问题:我该怎么做才能上传到git?
答案 0 :(得分:0)
请运行以下命令,并附上真实的详细信息:“you@example.com”,“您的姓名”,一切都会好的。
1) git config --global user.email "you@example.com"
2) git config --global user.name "Your Name"