Skip to main content

56 다음에 대한 검색 결과 "clone"

코드 보안 / VS Code용 CodeQL / 고급 기능 /

CodeQL 작업 영역 설정

CodeQL CLI과(와) 호환되는지 확인해야 합니다. vscode-codeql-starter 리포지토리를 컴퓨터에 복제합니다. git clone --recursive를 사용하거나 복제 후 git submodule update --init --remote를 사용하여 하위 모듈을

시작하기 / GitHub에 쓰기 / gists와 콘텐츠 공유 /

gists 만들기

others. Every gist is a Git repository, which means that it can be forked and cloned. If you are signed in to GitHub when you create a gist, the gist will be

리포지토리 / 리포지토리 만들기 및 관리 /

리포지토리 정보

contained within the repository, but does not affect the primary or main branch. Clone To download a full copy of a repository's data from GitHub.com, including

계정 및 프로필 / 개인 계정 / 개인 계정 관리 /

여러 계정 관리

IdentitiesOnly=yes' git clone git@github.com:OWNER/REPOSITORY GIT_SSH_COMMAND='ssh -i PATH/TO/KEY/FILE -o IdentitiesOnly=yes' git clone git@github.com:OWNER/REPOSITORY

마이그레이션 / 소스 코드 가져오기 / 명령줄 /

Mercurial 리포지토리 가져오기

Mercurial 리포지토리를 복제합니다. 예를 들어 Mercurial 자체의 소스 코드를 mercurial-repo 디렉터리에 복제하려면 hg clone https://www.mercurial-scm.org/repo/hg mercurial-repo을(를) 실행합니다. 새 디렉터리를 만들고

GitHub Desktop / 개요 /

GitHub Desktop에 지원되는 운영 체제

발생할 수 있습니다. 문제를 해결하려면 시스템 관리자에게 문의하세요. 폴더 리디렉션으로 구성된 리포지토리를 복제하는 동안 git clone failed 오류 발생 GitHub Desktop은 폴더 리디렉션으로 구성된 리포지토리를 지원하지 않습니다. cygheap base

GitHub Docs에 기여 / 작업 환경 /

로컬 환경 만들기

Docs 서버 시작 인기 npm 패키지 관리자가 포함된 Node.js를 설치한 후 터미널을 열고 다음 명령을 실행합니다. git clone https://github.com/github/docs cd docs npm ci npm start 이제 서버가 실행 중이어야 합니다

GitHub Packages /

GitHub Packages 빠른 시작

추가합니다. 자세한 내용은 "새 리포지토리 만들기"을(를) 참조하세요. 로컬 컴퓨터에 리포지토리를 복제합니다. git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git cd YOUR-REPOSITORY index

마이그레이션 / 개요 /

프로그래밍 방식으로 리포지토리 가져오기

Git CLI를 호출할 수 있습니다. GitHub의 REST API를 사용하여 프로그래밍 방식으로 리포지토리를 만든 다음, git clone 및 git push와(과) 같은 명령을 사용하여 리포지토리를 GitHub.com(으)로 가져올 수 있습니다. Git CLI를 호출하는

인증 / 계정 보안 /

GitHub에 대한 인증 정보

determined based on whether you choose an HTTPS or SSH remote URL when you clone the repository. For more information about which way to access, see "About