-
github 계정 - mail
- password
-
주의 사항: 네트웍은 clear guest 혹은 사외 네트웍을 사용할 것
- 디렉터리 생성
- C:\Hugo
- C:\Hugo\bin
- C:\Hugo\Sites
- hugo download
- zip 파일 압축 풀기
- \Hugo\bin
- 파일명 변경 - hugo_0.20.2_Windows-64bit.exe를 hugo.exe로 변경합니다.
- window 패스 설정
- set PATH=%PATH%;C:\Hugo\bin
- download
- https://git-scm.com/download/win
- 페이지 오픈시 설치 파일 다운로드가 자동으로 수행됩니다.
- 기본 설정 그대로 설치를 하시면 됩니다.
- 설차 파일 실행 및 설치 설명 페이지 - 참조: http://recoveryman.tistory.com/250
- https://git-scm.com/download/win
- 페이지 오픈시 설치 파일 다운로드가 자동으로 수행됩니다.
- 기본 설정 그대로 설치를 하시면 됩니다.
- 프로그램 실행: git bash - 프롬프트에 다음 명령 수행
git config --global user.name "taewan kim" #github에 표시될 이름
git config --global user.email "[email protected]" #github 계정 emial
- 브라우저에서 oracloud_repo 페이지 오픈
- 로그인 상태가 아닐 경우 github 로그인
- repository fork - 오른쪽 상단의 "fork" 버튼 클릭 - 팝업에서 repository 선택 팝업창이 오픈되면 "@본인아이디" 클릭 - 팝업에 본인 아이디가 안뜰 경우에는 하단의 링크 선택 - 본인아이디/oracloud_repo - 예: taewanme/oracloud_repo
- git bash 터미널로 이동
cd c:/hugo/Sites
git clone https://github.com/{{본인 GITHUB 아이디}}/oracloud_repo.git
# 예제: https://github.com/taewanme/oracloud_repo.git
cd oracloud_repo
ls >> test
git add *
git commit -m "first commit"
git push origin master #팝업에 아이디 패스워드 입력
'''
> push가 정상정으로 완성되면 성공입니다.