일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 에트리 인턴
- httr
- 기계학습
- KT 에이블스쿨
- r
- cnn
- ggplot2
- dx
- SQLD
- Ai
- 빅분기
- 소셜네트워크분석
- 딥러닝
- SQL
- 가나다영
- arima
- hadoop
- 에이블러
- 프로그래머스
- kaggle
- 빅데이터분석기사
- 웹크롤링
- matplot
- 한국전자통신연구원
- KT AIVLE
- python
- 서평
- 다변량분석
- 지도학습
- ML
- 하계인턴
- 한국전자통신연구원 인턴
- 머신러닝
- ETRI
- 에이블스쿨
- kt aivle school
- 하둡
- Eda
- 시계열
- 시각화
Archives
- Today
- Total
목록git branch 설정 (1)
소품집
[Git] git push --set-upstream origin main 에러 해결 (브랜치 연결, remote 명시)
$ git push git push를 할 때, 아래와 같은 에러가 나는 경우가 있음. 이 에러는 원격 저장소에 기본 branch 설정을 안 해줬기 때문임. fatal: The current branch main has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin main To have this happen automatically for branches without a tracking upstream, see 'push.autoSetupRemote' in 'git help config'. 방법 1. 기본 브랜치 설정 브랜치 설정을 해준 뒤 $ g..
Github
2023. 2. 14. 13:26