일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- chainlink 설명
- SBT표준
- 러스트기초
- erc4337 contract
- ethers websocket
- vue기초
- 컨트렉트 동일한 함수이름 호출
- 컨트렉트 배포 자동화
- ethers v6
- 체인의정석
- ethers type
- git rebase
- ethers typescript
- ethers
- 러스트 기초 학습
- ambiguous function description
- Vue.js
- 티스토리챌린지
- 스마트컨트렉트테스트
- 스마트컨트렉트 함수이름 중복 호출
- multicall
- erc4337
- 오블완
- 러스트 기초
- Vue
- 계정추상화
- 머신러닝기초
- 스마트 컨트렉트 함수이름 중복
- 스마트컨트렉트 예약어 함수이름 중복
- rust 기초
Archives
- Today
- Total
목록git 오류 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