Git remote: Permission to
깃허브 사용중에 아래와같은 에러가 발생하는 경우가 있었다.
remote: Permission to elasticsearchstudy/SaturdaySpring.git denied to DaeyunKim.
fatal: unable to access 'https://github.com/elasticsearchstudy/SaturdaySpring.git': The requested URL returned error: 403
처음엔 프로젝트에서 권한 문제인줄알았는데
찾아보니 아래와 같이 다시 터미널에서 입력해주고 다시 시도하니 된다.
$ git remote set-url origin git@github.com:elasticsearchstudy/SaturdaySpring.git
해결 : https://stackoverflow.com/questions/47465644/github-remote-permission-denied
'BackEnd > ETC' 카테고리의 다른 글
[gradle] CreateProcess error=206 (0) | 2020.04.25 |
---|---|
http 상태 코드 (0) | 2020.01.19 |
CQRS란 ? (1) | 2020.01.19 |
STORM 정리 (0) | 2017.12.18 |