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
- java
- etc
- express
- mongodb
- cloud
- MAC
- ReactJS
- OOP
- HTML
- db
- Git
- JSP
- javascript
- 영어
- leetcode
- Datastructure
- Infra
- frontend
- react
- flutter
- Chrome
- English
- database
- typescript
- Algorithms
- CSS
- DART
- language
- node.js
- nodejs
Archives
- Today
- Total
목록Git (1)
henry dev
[TS] fatal: Could not read from remote repository.
Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Github에 push하는 과정에서 갑자기 위와 같은 에러가 발생했다. Sourcetree에 정상적으로 Github 계정을 등록했었고, 로컬 key 또한 Github 계정에 정상적으로 등록됐음을 확인했지만 지속적으로 에러가 발생했다. SSH Agent에 private key가 등록되지 않았던 것이 원인이었다. 먼저 아래와 같이 SSH Agent가 정상적으로 MAC에서 동작하고 있는지 확인했다. ps -e | grep ssh-age..
Dev/Git
2021. 5. 28. 22:13