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

回答編集履歴

1

コマンドみす修正

2019/10/16 12:13

投稿

yokuda
yokuda

スコア138

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 -- --unset credential.helper
11
+ git config --unset credential.helper
12
12
  これでだめならちょっとわかんないです。
13
13
 
14
14
  ちなみに、user.nameとかuser.emailはコミットにつくユーザ情報で、認証に使われるものではないです。