본문 바로가기
CODE/Docker

[Docker] vscode에서 docker가 안될 때 command failed wmic process where(commandline like "%ssh-askpass.bat%")

by Nuridal_class 2024. 11. 17.
728x90
728x90

vscode나 cursor에서 docker를 사용하다가 아래와 같은 오류가 발생했을 때가 있다!

이건 왜..?? 안되는 걸까 하면서 찾아봤던 기록이다.

⚠️ command failed wmic process where(commandline like "%ssh-askpass.bat%")

 

 해결방법

The workaround I have found is to downgrade Dev Containers v0.262.3.
Another workaround is to copy %WINDIR%\\System32\\wbem\\en-JP\\csv.xsl to %WINDIR%\\System32\\wbem\\en-US\\csv.xsl, but this is not recommended as it would change the system files.

위의 부분을 해석을 하면

Dev Containers를 다운그레이드를 하는 방법과
위의 경로안에 있는 csv.xsl을 복사하여 붙혀 넣는 방법 2가지가 있다.

이번에는 아주 사소한 오류이지만 

안된다는건 치명적이기에 기록해두었습니다.

조금이나마 도움이 되셨으면 좋겠습니다.

728x90
300x250