일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ambiguous function description
- 러스트 기초
- ethers type
- nest.js설명
- 컨트렉트 동일한 함수이름 호출
- ethers
- 스마트 컨트렉트 함수이름 중복
- ethers v6
- 러스트기초
- 컨트렉트 배포 자동화
- chainlink 설명
- 스마트컨트렉트 예약어 함수이름 중복
- 티스토리챌린지
- ethers websocket
- 스마트컨트렉트프록시
- 체인의정석
- ethers typescript
- 머신러닝기초
- git rebase
- 스마트컨트렉트테스트
- multicall
- Vue
- vue기초
- rust 기초
- 스마트컨트렉트 함수이름 중복 호출
- SBT표준
- 프록시배포구조
- 오블완
- 러스트 기초 학습
- Vue.js
Archives
- Today
- Total
목록fatal: Need to specify how to reconcile divergent branches (1)
체인의정석
git 오류 "fatal: Need to specify how to reconcile divergent branches."
git pull을 할 때 기본적으로 어떤 전략을 취해야 하는지 설정을 안해주면 아래와 같은 에러가 나게 된다. hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You ca..
개발/git
2022. 11. 21. 10:24