git remote: Repository not found 해결

찌글렛·2022년 5월 27일
0

Exception

목록 보기
3/4

git remote: Repository not found 해결
터미널에 원격 git 저장소를 먼저 식별

git remote set-url origin https://github.com/repository.git
-> push 할 주소

이후

git add .
git commit -m "first commit"
git push origin main
순서로 입력하면 push 완료🎉

0개의 댓글