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