[오류] 클로드 이메일 계정이 안 바뀜

클로드 계정을 변경하려고 했는데 업데이트가 안되는 문제가 있었다
Send 버튼 옆에 있는 '/' 에서 Switch Account로 다시 로그인하거나,
/login 명령어로 로그인을 해도 업데이트가 안됐다
USAGE는 바뀌는 걸 보면 업데이트 되는 것 같은데
이메일이 없데이트가 안됐다
해결: ~/.claude.json이라는 세팅파일 수정
vi ~/.claude.json
claude를 처음 설치할때 생기는 ~/.claude.json에서
vi ~/.claude.json으로 들어간 후
oauthAccount: {} 를 통째로 삭제한다

위의 파일에 들어가서 확인해보면 oauthAccount는 예전 이메일로 업데이트되어있다
삭제 후 아까 방법들인
Swicth Account 또는 /login으로 다시 로그인을 시도하면 된다.

다시 접속해보면 이메일이 업데이트되어있다.
Reference
https://github.com/anthropics/claude-code/issues/23906
/login does not switch accounts when already logged in · Issue #23906 · anthropics/claude-code
Bug Description Running /login while already logged in to one account does not switch to a different account. The login flow appears to complete successfully ("Login successful"), but ~/.claude.jso...
github.com
'Error and Solve' 카테고리의 다른 글
| [오류 해결] codex cli login 무한 로딩 문제 / 창 하나만 띄우기 (0) | 2026.03.04 |
|---|---|
| [오류 해결] Client not supported Bad request / code restart (0) | 2026.02.11 |
| [설치] Windows에서 wsl2 설치하기 / python-is-python3 (0) | 2025.12.23 |
| [에러 해결] Value error, The checkpoint you are trying to load has model type `gpt_oss` but Transformers does not recognize this architecture. (0) | 2025.12.16 |
| [코드] ollama serve 통해 오픈소스 모델 실행하기 (0) | 2025.11.25 |