Make Be BackEnd

[Github] clone 으로 가져온 상태에서 내 프로젝트 추가/ 수정... 본문

Error

[Github] clone 으로 가져온 상태에서 내 프로젝트 추가/ 수정...

Initsave 2024. 1. 31. 10:31

clone 으로 가져온 상태에서 내 프로젝트 추가/ 수정 이후에 

추가/수정 -> add -> commit -> full !!!!!!! (실패중)

인경우

 

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> dev

 

 

1.    git pull <remote> <branch>

 : 실패 !!!

 

2.    git branch --set-upstream-to=origin/<branch> dev

 : 해당 방법을 통해 설정 후 pull 하고 커밋 해둔 파일을 push 완료 ........