Skip to main content

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

/ GitHub 앱 만들기 / GitHub App 등록 /

GitHub 앱의 권한 선택

권한을 요청합니다. 그러면 액세스 토큰을 HTTP 암호로 사용할 수 있습니다. TOKEN을 이 액세스 토큰으로 바꿉니다. git clone https://x-access-token:TOKEN@github.com/owner/repo.git

마이그레이션 / 개요 /

GitHub로 마이그레이션 계획

with git-sizer To clone your repository from the migration origin, run git clone --mirror. Navigate to the directory where you cloned your repository. To

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

리포지토리 전송

repository contains an action listed on GitHub Marketplace, or had more than 100 clones or more than 100 uses of GitHub Actions in the week prior to the transfer

인증 / SSH와 연결 /

배포 키 관리

별칭을 사용하여 해당 별칭에 할당된 고유 배포 키를 사용하는 SSH를 사용하여 리포지토리와 상호 작용할 수 있습니다. 예시: git clone git@github.com-repo-1:OWNER/repo-1.git GitHub App 설치 액세스 토큰 서버가 하나 이상의 조직에서

코드 보안 / CodeQL CLI / 고급 기능 /

CodeQL CLI 고급 설정

충돌하지 않도록 이 폴더 codeql-repo의 이름을 바꿉니다. 명령줄에서 git을 사용하는 경우 codeql-home에서 git clone git@github.com:github/codeql.git codeql-repo을 실행하여 한 단계씩 리포지토리를 복제하고 이름을

인증 / 계정 보안 /

Removing sensitive data from a repository(리포지토리에서 중요한 데이터 제거)

참조하세요. 기록에 중요한 데이터가 포함된 리포지토리의 로컬 복사본이 아직 없다면 로컬 컴퓨터에 리포지토리를 복제합니다. $ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY > Initialized empty Git

/ GitHub 앱 만들기 / GitHub App으로 인증 /

GitHub 앱 설치로 인증

"콘텐츠" 리포지토리 권한이 있어야 합니다. 그런 다음 설치 액세스 토큰을 HTTP 암호로 사용합니다. TOKEN을(를) git clone https://x-access-token:TOKEN@github.com/owner/repo.git 설치 액세스 토큰으로 바꿉니다.

시작하기 / 접근성 /

GitHub 명령 팔레트

리포지토리의 홈페이지에서만 사용할 수 있습니다. 다른 페이지에서도 명령을 사용할 수 있는 경우 동작 열에 기록됩니다. 명령 동작 Clone repository: <URL type> GitHub CLI, HTTPS 또는 SSH를 사용하여 리포지토리를 복제하는 데

Codespaces / 프로젝트 설정 / 개발 컨테이너 구성 추가 /

개발 컨테이너 소개

Changes you have made inside the /workspaces directory, which includes the clone of the repository or template from which you created the codespace, are preserved

GitHub Actions / GitHub Actions로 마이그레이션 / 자동화된 마이그레이션 /

GitHub Actions 가져오기를 사용하여 Bitbucket 파이프라인에서 마이그레이션

artifacts actions/upload-artifact & download-artifact 지원 caches actions/cache 지원 clone actions/checkout 지원 condition job.<job_id>.steps[*].run 지원 deployment