__________

Designing the Future with Circuits

반도체 회로설계 취준기

하만(Harman) 세미콘 반도체 설계 과정/임베디드 시스템을 위한 SW 구조설계

하만(Harman) 세미콘 아카데미 56일차 - SW 구조설계(Git 다운로드, GitHub 설정)

semicon_circuitdesigner 2024. 5. 31. 12:14

[2024.05.31.금] 인천인력개발원 하만 세미콘 아카데미


임베디드 시스템을 위한 SW 구조설계


GitHub와 로컬 디렉토리로 연결 / Git 설정하기


1. Git 검색하여 설치 파일 다운로드

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

 

2. 아래 단계에서 체크 변경. 나머지는 기본값으로 설정 후 Next 

 

3. cmd 창 열어서 git 명령어 입력 후 설치됐음을 확인

위와 같이 git을 쳤을 때 명령어 목록이 나오면 정상적으로 설치된 것

 

4. 복사할 위치로 cd 명령어를 이용하여 디렉토리로 들어간 후 git clone 우클릭(github 주소 붙여넣기)

위 github주소의 파일을 ATMega 폴더로 복사하는 과정

 

5. ATMega 폴더 내에 위 주소의 폴더가 형성됨