teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

git config

2016/08/22 03:44

投稿

退会済みユーザー
answer CHANGED
@@ -1,1 +1,10 @@
1
- [profile(github)](https://github.com/settings/profile) で Eメール認証を行ってない気がしますがどうでしょう?
1
+ [profile(github)](https://github.com/settings/profile) で Eメール認証を行ってない気がしますがどうでしょう?
2
+
3
+ もしかしたら
4
+
5
+ ```
6
+ $ git config --global user.name "John Doe"
7
+ $ git config --global user.email johndoe@example.com
8
+ ```
9
+
10
+ をローカルリポジトリでしてないほうかもしれないがエラーメッセージ的にこっちはありえないだろう