Git: remote: Repository not found. 에러 발생 대응
remote -v
로 Repository 확인 한후
인증 문제일시에는
git remote set-url origin git@github.com:<username>/<repository>.git
하고 remote -v 다시 입력하면 계정정보도 함께 지정된걸 볼 수 있다
'git' 카테고리의 다른 글
| GitHub push 중 fatal: the remote end hung up unexpectedly 에러 해결 방법 (0) | 2025.12.13 |
|---|---|
| [git] 협업을 할 때 Package-lock.json 파일을 커밋해야 하는 이유 (0) | 2024.04.13 |
| [git 특강 -2] (2) | 2023.06.05 |
| [git 특강 -1] (0) | 2023.06.05 |
| [git] vscode에서 git repository 연결하기 (0) | 2023.05.10 |