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 |
Tags
- 파이썬 몫
- 코딩테스트 연습
- sql
- GIT
- where
- 프로그래머스
- 단어 공부
- 데이터
- map
- 프로젝트
- SQL 고득점 Kit
- 파이썬
- Django
- 설계
- 백준
- css
- date_format
- Join
- List Comprehension
- pcce 기출문제
- 파이썬 슬라이싱
- Len
- YOLOv5
- 아이엠어바텐더
- python
- 슬라이싱
- html
- ORDER BY
- Python3
- count
Archives
- Today
- Total
목록RSA key fingerprint is SHA256 (1)
nan + nan = 2nan
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bn32AJ/btsdGIFVODF/1t1JkE5bBDOs9JgeOirDv1/img.png)
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