回答編集履歴
1
コマンドみす修正
answer
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
```
|
|
9
9
|
これで治ったらglobal設定かsystem設定でcredential.helperを無効にするといいです。
|
|
10
10
|
git config --global --unset credential.helper
|
|
11
|
-
git config --
|
|
11
|
+
git config --unset credential.helper
|
|
12
12
|
これでだめならちょっとわかんないです。
|
|
13
13
|
|
|
14
14
|
ちなみに、user.nameとかuser.emailはコミットにつくユーザ情報で、認証に使われるものではないです。
|