일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 리액트 심플캡차
- Spring Security
- 스프링
- git
- maven
- myBatis
- react 심플캡차
- 젠킨스
- 깃
- 스프링 시큐리티 로그인
- jpa
- Spring Boot
- build
- spring security 로그인
- REACT
- ChatGPT
- 스프링 시큐리티
- 리액트 캡차
- react 자동입력방지
- react 상태
- 에러
- react simple captcha
- CI
- spring error
- react 캡차
- react captcha
- Docker
- SpringBoot
- Security 로그인
- error
Archives
- Today
- Total
I can do it(Feat. DEV)
[Error]The current branch master has no upstream branch. 본문
개발자 모드/오류처리
[Error]The current branch master has no upstream branch.
까짓거 해보자 개발자 2022. 12. 17. 13:48728x90
집에서 테스트 프로젝트를 세팅하는 도중 git push를 했는데 이와 같은 git 에러가 뜸.
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use git push --set-upstream origin master
갓글에 검색해보니 브랜치가 설정이 안 되어 있어서
git push --set-upstream origin master 명령어를 치면 간단히 해결된다고 함.
다시 보니 에러에도 위와 같은 명령어를 사용하라고 되어있음 머쓱..
명령어를 치고 다시 git push 하니 잘 됨! 해결!
728x90
'개발자 모드 > 오류처리' 카테고리의 다른 글
[Git] Spring Boot + React 프로젝트 git에 add 안될 때 (0) | 2023.05.04 |
---|---|
Spring에서 ajax return 404 Error 날 때 (0) | 2023.03.08 |
Could not determine type for:,at table:,for columns: ... (0) | 2022.10.26 |
[Error]Illegal attempt to map a non collection as a @OneToMany, @ManyToMany or @CollectionOfElements: (2) | 2022.10.26 |
예약 관련 프로세스 오류 처리 (0) | 2022.10.14 |