https://js-note.tistory.com/32
[Visual Studio Code] Github에 코드 올리는 방법
1. Git 설치하기 운영체제에 맞게 설치해 줍니다. https://www.git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is o..
js-note.tistory.com
[Git] 깃허브에 로컬 폴더 연결하기(clone)
1. PC(로컬)에 새로운 폴더 생성 **2. 마우스 오른쪽 - Git Bash Here * mac은 terminal에서 열기* 3. 깃 계정
velog.io
git config --global user.name "내 이름"
git config --global user.email "내 메일 주소"
'컴퓨터 > git' 카테고리의 다른 글
git repository 생성 (0) | 2024.07.26 |
---|---|
Visual Studio Code 로 다루는 Git (0) | 2023.02.24 |
git fatal error (0) | 2021.10.18 |
CRLF 캐리지리턴 라인피드 (0) | 2020.04.22 |
sourcetree remote: Permission to... denied to... (0) | 2020.04.16 |