본문 바로가기

반응형

git clone

GitHub 개인 액세스 토큰을 사용하는 방법 GitHub 개인 액세스 토큰을 사용하는 방법 비밀번호로 접근 시 에러 Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. $ git push -u origin main Username for 'https://github.com': admin@sangchul.kr Password for 'https://admin@sangchul.kr@github.co.. 더보기
[git 명령어] git clone git clone 사용법: git clone [] [--] [] git clone https://github.com/anti1346/project1.git $ git clone https://github.com/anti1346/project1.git 'project1'에 복제합니다... remote: Enumerating objects: 64, done. remote: Counting objects: 100% (64/64), done. remote: Compressing objects: 100% (42/42), done. remote: Total 64 (delta 19), reused 38 (delta 9), pack-reused 0 오브젝트를 받는 중: 100% (64/64), 9.62 KiB | 3... 더보기
[git 명령어] git clone 디렉토리 지정(변경)하기 git clone 디렉토리 지정(변경)하기 git clone 명령어를 사용하여 저장소를 복제할 때, 복제된 디렉토리를 특정 위치로 지정하는 방법이 있습니다. 1. 디렉토리를 먼저 생성하고 그 안에서 git clone 실행 mkdir my_project cd my_project git clone 2. -o 또는 --origin 옵션 사용 git clone my_project 3. git clone 명령어에 경로를 직접 지정 구문) git clone git cloen https://github.com/anti1346/project1.git project $ git clone https://github.com/anti1346/project1.git project Cloning into 'project'... .. 더보기

728x90
반응형