Skip to content

gitLab ssh 등록하기 #12

@abarthdew

Description

@abarthdew
  • ssh 파일 저장할 위치 선정 후
  • ssh key 생성
$ ssh-keygen -t rsa # bitbucket
$ ssh-keygen -t ed25519 -C "git mail address" # gitLab, gitHub(현재는 token)
  • .ssh/id_ed25519.pub 파일 생성 확인
$ cat id_ed25519.pub # 공개키 내용 복사
  • gitLab에 들어가 붙여 넣으라는 input에 붙여넣기
  • 그래도 안 되면 제어판 - windows 자격증명에 gitLab 계정이 올바르게 등록되어 있는지 확인

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions