2016-12-26 11 views
-5

誰であるかを教えてください私は、次のコマンドを実行しました:gitが*** -m「1ページ」コミットあなたが

$ git commit -m "my web page" 

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のにアップロードするために何をすべきでしょうか?

+2

これは、それを取り巻く本当の疑問のないコンソール入力/出力の束です。 – byxor

+3

あなたは言うことをすべきです。それらのコマンドを実行してあなたの身元を設定します。 – jthill

+2

[電子メールアドレスを自動検出できません]( 'Arreane @ Arreane-PC。(なし)')](http://stackoverflow.com/questions/16433970/unable-to-auto-detect-email-アドレス取得済みarreanearreane-pc-none) – Joe

答えて

1

"[email protected]"、 "Your Name"の代わりに実際の詳細を使って次のコマンドを実行してください。

1) git config --global user.email "[email protected]" 
2) git config --global user.name "Your Name" 
関連する問題