> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

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

`Launch Error: Permission denied` 오류가 표시되면 프로젝트에 로깅할 권한이 없다는 뜻입니다. 다음 원인과 해결 방법을 확인하세요.

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