본문 바로가기

Dev

GitLab

Git windows 2.30.2. gitforwindows.org/

 

Git for Windows

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA

gitforwindows.org

 

GitLab에 아이디 생성하고 프로젝트 만들면

아래와 같이 ssh key 추가하라는 경고가 뜸

ssh key 추가하라는 경고

참고 : sidorl.tistory.com/52?category=876375

 

[Git]Gitlab(2) - 윈도우에서 gitlab SSH key 등록하기

안녕하세요. 잇킹 시도르입니다. 이제 윈도우에서 SSH-Key를 받고, 공개키를 깃랩에 등록하는 방법을 알아보겠습니다. SSH 키는 비번과 같은 로그인 절차가 아닌 인증키와 공개키 파일을 통해 프로

sidorl.tistory.com

ssh-keygen 으로 key 생성하고

User Settings > SSH Keys에 생성된 key 추가

 

참고 : git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-Git-%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0

 

Git - Git 저장소 만들기

2.1 Git의 기초 - Git 저장소 만들기 Git을 사용하는 방법을 알고 싶은데 한 챕터밖에 읽을 시간이 없다면 이번 챕터를 읽어야 한다. Git에서 자주 사용하는 명령어는 모두 2장에 등장한다. 2장을 다

git-scm.com

gitlab에서 커밋 진행할 project 선택하면

커밋된게 없어서 아래와 같은 화면이 보임

create a new repository 따라서 클론 받은 후 커밋해도 되고

push an existing folder 따라서 커밋할 내용이 있는 디렉터리에서 커밋해도 됨

git project empty때 화면

 

'Dev' 카테고리의 다른 글

Jenkins - Email Notification (gmail) 설정  (0) 2021.03.14
Jenkins - Unity 설정  (0) 2021.03.12
Jenkins - GitLab 설정  (0) 2021.03.12
.gitignore 템플릿  (0) 2021.03.12
Unity 2020.3.0f1에서 Android NDK 설정 오류  (0) 2021.03.12