回答編集履歴
1
git config
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
|
+
をローカルリポジトリでしてないほうかもしれないがエラーメッセージ的にこっちはありえないだろう
|