728x90
반응형
git remote: Repository not found 해결
터미널에 원격 git 저장소를 먼저 식별
git remote set-url origin https://github.com/repository.git
이후
git add .
git commit -m "first commit"
git push origin main
순서로 입력하면 push 완료🎉
반응형
'형상관리 > Git' 카테고리의 다른 글
git commit messages 변경 (0) | 2021.04.23 |
---|---|
push 시 remote: Repository not found 에러 (0) | 2021.03.30 |
GitHub 에러 remote: Repository not found. (0) | 2021.03.17 |
cloud에 upload하기 (0) | 2021.02.24 |
프로젝트와 GitHub 연동하기 (0) | 2021.02.18 |