fatal: No configured push destination.

코곰·2022년 12월 15일
1

오류 도큐멘트

목록 보기
2/6
	fatal: No configured push destination.
	Either specify the URL from the command-line or configure a remote repository using

 	   git remote add <name> <url>

	and then push using the remote name

    	git push <name>

다음과 같이 에러가 뜰 경우 git 저장소와 연결이 안된 것임

git remote add origin <url>//github 들어가서 내 저장소 주소 입력
git push --set--upstream origin master

해결됨

profile
입니다.

1개의 댓글

comment-user-thumbnail
2023년 1월 12일

감사합니다.

답글 달기