오래전에 작업했던 머신으로 github 사용 중 해당 이슈가 발생했다.
자격 증명 편집 config 수정 등을 시도했는데 해결이 되지 않아 openssh 로 해결했다.
clone 주소를 https > http 로 변경하거나 openssh 를 사용하거나 github access key 를 사용하여 오류를 해결한다.
git clone 'username'@github.com/'username'/'repositoryname'
git clone http://github.com/'username'/'repositoryname'
// 위 명령어 입력 시 자격증명 입력 openssh 사용 가능반응형
'개발' 카테고리의 다른 글
| gitignore.io (0) | 2020.12.14 |
|---|---|
| Shield IO (0) | 2020.12.04 |
| Github Actions (0) | 2020.11.20 |
| 세마포어(Semaphore), 뮤텍스(Mutex) (0) | 2020.06.12 |
| Ubuntu Errors were encountered while processing 해결 (0) | 2020.06.05 |