jinnnh
  • 블로그
  • ABOUT
Main

web-based Git or version control repository and Internet hosting service.

All Posts in github

  • Git 블로그 시작하기(How to make GitHub Pages)

    Git 블로그 시작하기

    git github github_pages

    jinnnh's profile image

    jinnnh

    2020-03-16 11:00

  • ssh를 사용해서 동일한 컴퓨터에서 GitHub에 여러개의 계정 연결(use multiple ssh-keys for different accounts)

    1. 로컬에 SSH 키 생성하기 1) .ssh 폴더로 이동하기(기본적으로 저장되는 디렉토리) -없다면 키를 생성할 때 자동으로 생성된다. (따로 직접 만들어도 된다.) $ cd ~/.ssh 2) .ssh 디렉토리가 존재한다면 기존의 키를 확인하자. $ ls id_rsa.pub id_rsa .pub가 붙은 파일은 공개 키, 아닌 것은 개인 키 3) ssh 키 생성하기 $ ssh-keygen -t rsa -C '{username}@gamil.com' //계정의 이메일 주소 여기서 새로운 키를 저장할 경로를 묻는다. ex) username01_gmail_rsa // 계정_메일호스트_rsa Enter file in which to save the key...

    git github ssh

    jinnnh's profile image

    jinnnh

    2020-03-09 17:30

  • github
  • rss

Copyright © Kakao Corp. All rights reserved.