■ 로그인 오류
WARNING: This command has been deprecated and aliased to `vagrant cloud auth login` Translation missing: en.cloud_command.command_header Vagrant Cloud username or email: Password (will be hidden): Token description (Defaults to "Vagrant login from msadev"): Translation missing: en.cloud_command.errors.unexpected_error |
■ 401오류 발생
The box 'ubuntu/jammy64' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, please verify you're logged in via `vagrant login`. Also, please double-check the name. The expanded URL and error message are shown below: URL: ["https://vagrantcloud.com/ubuntu/jammy64"] Error: The requested URL returned error: 401 |
■ 해결방법
# 최신 Vagrant(≥ 2.4) vagrant cloud auth logout # 구버전은 vagrant logout # 물리적 인증관련 정보 제거 rm -f ~/.vagrant.d/credentials |
'Cloud-뜬구름잡기' 카테고리의 다른 글
Docker Desktop Kubernetes 환경 metrics-server 설치 : CPU, Memory 사용량 확인 (1) | 2025.06.20 |
---|---|
Vagrant VM destroy 및 재성성 하기 (0) | 2024.06.11 |
Vagrant VM 이미지 백업 및 복원 방법 (0) | 2024.05.24 |
Docker 기반에서 vsftpd 사용시 Passive Mode 사용하기 (0) | 2022.09.20 |
Kubernetes(k8s)에서 kubectl 사용하여 mysql port-forward 하기 (0) | 2022.08.19 |