> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Launch에서 "permission denied" 오류를 어떻게 해결하나요?

`Launch Error: Permission denied` 오류 메시지가 표시되면 원하는 프로젝트에 로깅할 권한이 부족하다는 의미입니다. 가능한 원인은 다음과 같습니다.

1. 이 머신에서 로그인하지 않았습니다. 명령줄에서 [`wandb login`](/ko/models/ref/cli/wandb-login)을 실행하세요.
2. 지정한 entity가 존재하지 않습니다. entity는 사용자 이름 또는 기존 팀 이름이어야 합니다. 필요한 경우 [Subscriptions 페이지](https://app.wandb.ai/billing)에서 팀을 생성하세요.
3. 프로젝트 권한이 없습니다. 프로젝트에 run을 로깅할 수 있도록 프로젝트 생성자에게 공개 범위 설정을 **Open**으로 변경해 달라고 요청하세요.
