728x90
GITHUB - Create SSH key
Copy the SSH key to your clipboard.
If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
$ sudo apt-get install xclip # Downloads and installs xclip. If you don't have `apt-get`, you might need to use another installer (like `yum`) $ xclip -sel clip < ~/.ssh/id_rsa.pub # Copies the contents of the id_rsa.pub file to your clipboard
Tip: If
xclip
isn't working, you can locate the hidden.ssh
folder, open the file in your favorite text editor, and copy it to your clipboard.In the top right corner of any page, click your profile photo, then click Settings.
In the user settings sidebar, click SSH and GPG keys.
Click New SSH key.
- In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal Mac, you might call this key "Personal MacBook Air".
- Paste your key into the "Key" field.
- Click Add SSH key.
- Confirm the action by entering your GitHub password.
'my_lesson > _GIT' 카테고리의 다른 글
GIT - React + Yarn + Github (0) | 2017.10.23 |
---|---|
Git - GITHUB +ATOM 사용 설정하기 (0) | 2017.10.22 |
GIT - GITHUB 사용법 [중급] (0) | 2017.04.22 |
GIT - Github Sign Up(가입) and Setting your account (0) | 2016.05.12 |
GIT - 오픈소스 버전관리 사용법 (0) | 2016.05.12 |
댓글