메인에서 pull 받은 이후 새로운 브랜치를 생성하고
새로운 브랜치의 작업 내용을 github에 push할 때 발생
업스트림 브랜치를 설정하지 않아서 발생한 에러다
git push --set-upstream origin 브랜치이름
해결은 됐는데...
근데 아직 upstream과 origin 과의 정확한 차이점을 모르겠다..
공부 후에 별도의 포스팅으로 다뤄봐야겠당
'dev > error' 카테고리의 다른 글
ImproperlyConfigured (0) | 2022.03.20 |
---|---|
django.db.utils.IntegrityError: (1452, 'Cannot add or update a child row (0) | 2022.03.20 |
Authentication plugin 'caching_sha2_password' cannot be loaded (0) | 2022.02.20 |
[python]SyntaxError: (unicode error) (0) | 2022.01.05 |
[python] AttributeError module 'requests' has no attribute 'get' (0) | 2022.01.05 |