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 | 31 |
Tags
- map
- html
- ORDER BY
- Django
- 데이터
- pcce 기출문제
- sql
- Python3
- 아이엠어바텐더
- Join
- python
- 프로젝트
- 파이썬 몫
- 프로그래머스
- 단어 공부
- count
- css
- 백준
- 파이썬 슬라이싱
- date_format
- 코딩테스트 연습
- SQL 고득점 Kit
- 설계
- where
- GIT
- Len
- YOLOv5
- 파이썬
- 슬라이싱
- List Comprehension
Archives
- Today
- Total
목록ssh-key (1)
nan + nan = 2nan

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