setting, git, shell etc

docker Error saving credentials: error storing credentials

qkqhxla1 2020. 12. 9. 13:18

Error saving credentials: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `The user name or passphrase you entered is not correct.``


도커 로그인시 위 에러가 자꾸 발생한다.



분명 맞는 아이디와 패스워드를 입력했는데도 틀렸다고 나온다.


https://acet.pe.kr/m/790?category=446101 여기에 해법이 있는데 이대로 하니 잘 되어서 이걸 가져왔다.

나중에 또 발생할것같아서 참고용으로 저장해 둠.


1. rm /usr/local/bin/docker-credential-osxkeychain


2. ~/.docker/config.json 를 열어서 "credsStore": ""로 수정


3. 도커 재시작


https://github.com/docker/for-mac/issues/2295

'setting, git, shell etc' 카테고리의 다른 글

jq, awk  (0) 2020.07.06
recursive file name, content search, pushd, popd  (0) 2020.06.15
ssh to server without password  (0) 2020.04.29
intellij, pycharm git 단축키 설정.  (0) 2019.12.17
pycharm git line history  (0) 2019.11.20