-2
GitHubの共有プロセスを終了できません。首尾よくGitHubの上のプロジェクトを作成したが、初期には失敗したコミット:githubにコードをプッシュすると、Gitにエラーコードを返す
Please tell me who you are. Run
git config --global user.email "[email protected]"
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 -c core.quotepath=false commit -m "Initial commit" --
https://help.github.com/articles/setting-your-username-in-git/ –