質問編集履歴
2
/.gitconfig内の内容を追加。
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
[user]
|
33
33
|
# Please adapt and uncomment the following lines:
|
34
34
|
name = azusa okamoto
|
35
|
-
email =
|
35
|
+
email = address@gmail.com
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"~/.gitconfig" 13L, 166C
|
54
54
|
|
55
55
|
```
|
56
|
-
上記のような状態で記述しております。
|
56
|
+
上記のような状態で記述しております。(アドレス部は念のため、仮の文字列addressにしています。)
|
57
57
|
|
58
58
|
他にどのような解決方法があるのか、ご存知でしたらお教え頂けると幸いです。
|
59
59
|
よろしくお願い致します。
|
1
/.gitconfig内の内容を追加。
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,35 @@
|
|
25
25
|
git rm -rf /usr/local/etc/gitconfig
|
26
26
|
```
|
27
27
|
としましたが、また同じエラーが出てきます。
|
28
|
+
### vi ~/.gitconfigを実行した時に出てきた/.gitconfigの状態
|
29
|
+
```
|
30
|
+
# This is Git's per-user configuration f
|
31
|
+
ile.
|
32
|
+
[user]
|
33
|
+
# Please adapt and uncomment the following lines:
|
34
|
+
name = azusa okamoto
|
35
|
+
email = curiousazunas@gmail.com
|
28
36
|
|
29
37
|
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
~
|
44
|
+
~
|
45
|
+
~
|
46
|
+
~
|
47
|
+
~
|
48
|
+
~
|
49
|
+
~
|
50
|
+
~
|
51
|
+
~
|
52
|
+
~
|
53
|
+
"~/.gitconfig" 13L, 166C
|
54
|
+
|
55
|
+
```
|
56
|
+
上記のような状態で記述しております。
|
57
|
+
|
30
58
|
他にどのような解決方法があるのか、ご存知でしたらお教え頂けると幸いです。
|
31
59
|
よろしくお願い致します。
|