티스토리 뷰
git을 사용하기 위해서 bitbucket을 이용하였습니다.
bitbucket에 처음 프로젝트를 만들고 어떻게 android studio에 연결하나 고민하다가 자료가 있어서 올립니다.
만약 git push -u origin master 을 사용하였으나 에러가 발생 시 -f 로 push 하시면 됩니다.
https://github.com/aniruddhabarapatre/learn-rails.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/aniruddhabarapatre/learn-rails.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first merge the remote changes (e.g.,
hint: 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
$ git push -f origin master
그래도 안되는 경우도 있습니다. 그럴 경우는 "pull" > "push -f" 하시면 됩니다.
$ git pull
$ git push -f origin master
git push 만 입력하고 업데이트를 진행하고 싶다면 push -u으로 하시면 됩니다.
$ git push -u origin master
참고
http://stackoverflow.com/questions/20939648/issue-pushing-new-code-in-github
'팁(Tip) > 소스관리' 카테고리의 다른 글
Git push 이슈 해결 하기 (refusing to merge unrelated histories) (0) | 2020.04.06 |
---|---|
소스트리를 활용한 GitHub 사용법 (0) | 2018.06.03 |
[Bitbuket] Git Remote URL 변경 (0) | 2017.12.18 |
[Git] Repository 변경에 따른 Permission Denied (2) | 2017.12.18 |
[SVN] Update Issue (0) | 2017.12.18 |
- issue
- java
- swift
- 미션차이나센터
- flutter
- 고시문헬퍼
- 점수판
- DI
- push
- 선교
- view
- RXjava
- IT
- missionchina
- 고시문
- Android
- Kotlin
- 알고리즘
- 패턴
- 임용고시
- missioon
- 탁구
- 안드로이드
- 디자인패턴
- 코틀린
- IOS
- 스코어헬퍼
- MCC
- Android Studio
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |