250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 파이썬 슬라이싱
- count
- where
- ORDER BY
- 설계
- 프로그래머스
- Len
- Django
- List Comprehension
- map
- 백준
- pcce 기출문제
- date_format
- Join
- 파이썬
- python
- 코딩테스트 연습
- css
- 파이썬 몫
- Python3
- html
- sql
- 슬라이싱
- 프로젝트
- 단어 공부
- 데이터
- YOLOv5
- 아이엠어바텐더
- GIT
- SQL 고득점 Kit
Archives
- Today
- Total
목록ssh-keygen (1)
nan + nan = 2nan
[Git] ssh-key 생성하기 (git@github.com: Permission denied (publickey).)
Git 원격 저장소에 있는 프로젝트를 다른 컴퓨터에서 받아서 실행시켜야 하는 경우가 있었다. 근데, git을 연결하고 pull 혹은 clone을 받으려고 하면 다음과 같이 오류가 나왔다. # git pull git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. # git init 후, 내 계정의 특정 레포지토리의 소스를 pull하려고 할 때 The authenticity of host 'github.com (ip)' can't be established...
Study
2023. 5. 3. 14:10