Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- iBatis
- analytics4
- DBMS
- Python
- MariaDB
- 리눅스
- Linux
- 404error
- 명령어
- spring
- SQL
- isNotEmpty
- 티스토리챌린지
- git
- github
- docker
- pandas
- Javascript
- PostgreSQL
- java
- 자바
- IntelliJ
- 오블완
- mssql
- 호이스팅
- springboot
- Kibana
- oracle
- pem
- mysql
Archives
- Today
- Total
hanker
Linux - Github 프로젝트 가져오기 본문
반응형
리눅스 환경에서 Github에 있는 Repository를 가져와보자
1. Github repository 주소 복사

반응형
github에 있는 repository의 HTTPS 또는 SSH URL을 복사 한 후 아래 명령어로 가져온다.
2. repository 가져오기 (clone)
git clone <repository_URL>

단 ssh URL로 가져올 시 Deploy key 설정이나 SSH and GPG keys 등록을 해야한다.
https://hanke-r.tistory.com/entry/Github-Repository-Deploy-Key-%EC%84%A4%EC%A0%95
Github - Repository Deploy Key 설정
GitHub에서 Deploy Key를 설정하는 이유는 특정 리포지토리에 대해 읽기 전용 접근 권한을 제공하여 배포 환경에서 안전하게 코드를 가져올 수 있도록 하기 위함이다. Deploy Key를 설정함으로서 배포
hanke-r.tistory.com
반응형
'CI, CD > GIT' 카테고리의 다른 글
GIT - 효율적인 협업과 워크플로우 최적화 (0) | 2024.12.28 |
---|---|
Git - git remote branch 삭제 (로컬브랜치 / 원격브랜치) feat. linux (1) | 2024.11.15 |
Github - Repository Deploy Key 설정 (0) | 2024.11.06 |
Intellij에서 Github 소스 가져오기 (Clone Repository) (0) | 2024.10.26 |
eclipse - 새로 생성된 Git branch 가져오기 (0) | 2021.04.26 |