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

# Git 문제 해결

> Git 관련 문제 해결 가이드

## 공통

<AccordionGroup>
  <Accordion title="GitHub 저장소의 소스가 배포되지 않아요.">
    > 저장소의 소스가 정상적으로 fetch 되었다면 프로젝트가 위치한 디렉토리를 확인해보아야 합니다.
    > 만약 루트 디렉토리가 아닌 다른 디렉토리에 프로젝트가 위치해 있다면 해당 프로젝트가 위치한 경로를 서브 디렉토리로 설정하는 작업이 필요합니다. 방법은 <u>[여기](/ko/developers/subdir)</u>를 참고해주세요.
  </Accordion>

  <Accordion title="하나의 Git 원격 저장소에서 두 개 이상의 앱을 배포하고 싶어요.">
    > 서브 디렉토리를 설정하여 하나의 Git 저장소 내 디렉토리로 구분되어 있는 프로젝트들을 각각 배포할 수 있습니다.
    > 자세한 설정 및 배포 방법은 <u>[여기](/ko/developers/subdir)</u>를 참고해주세요.

    <Markup className="my-5 border rounded-lg overflow-hidden ratio-16by9">
      <iframe class="absolute top-0 w-full h-full" src="https://www.youtube.com/embed/8e1jXoF6c0E?si=XRAuvXf9kRrbUPqA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
    </Markup>
  </Accordion>
</AccordionGroup>
