백엔드 교육과정/4월

2024.04.30_ fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream_ git push 에러

Ji@n 2024. 4. 30. 18:04

 

git push를 했을 때 발생한 오류 ... 

기본 branch설정을 안해줘서 그렇다

 

$ git push --set-upstream origin master

 

 

 

입력하고 다시 git push 하면 

 

 

push 성공함