git push 오류

    [Git] 협업 시, git push 오류 해결 {merge conflict}

    [Git] 협업 시, git push 오류 해결 {merge conflict}

    협업시 git push 오류 error: failed to mpush some refs to 'http://github.com/~~~' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usaully caused by another repsitory pushing hint: to the same ref. You may want to first integrate the remote changes . . . 협업 시에 리모트 레포지토리에 누군가가 git push 해놓은 상태에서 나의 레포지토리의 수정사항을 git push한다면, 아래와 같이 오류가 난다. 이를 해결하기 위..