回答編集履歴

1

git config

2016/08/22 03:44

投稿

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