こんにちは
atomのエディターでgitのコミットをしたいのですが
*** 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: unable to auto-detect email address (got 'kazuk@DESKTOP-NEKD2T5.(none)')
上記のエラーが発生し、
platformio-ide-terminalのコマンドで
$git config --global user.email "自分のメールアドレス";
と打ったのですが
- $git config --global user.email"自分のメールアドレス";
ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
-
~~~~~~
式またはステートメントのトークン 'config' を使用できません。
+ CategoryInfo :
というエラーが発生してしまいます、
ParserErrorのメッセージを見て検索をかけたところ文法がおかしい、ということだけわかるのですが
ステートメントのトークン'config'を使用できませんとエラーが出てしまうのはなぜでしょうか?
対処法があれば教えてください。
回答1件
あなたの回答
tips
プレビュー