2017-07-14 5 views
-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" -- 
+1

https://help.github.com/articles/setting-your-username-in-git/ –

答えて

1

を実行中に、これらのコマンドのgitのはあなたに言った実行します。設定する名前と電子メール:

git config --global user.email "[email protected]" 
git config --global user.name "Your Name" 
+0

あなたはそれが有用であることが分かっている場合、あなたは答えを受け入れることはできますか? –

関連する問題