일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 스마트컨트렉트 함수이름 중복 호출
- 머신러닝기초
- erc4337 contract
- erc4337
- 컨트렉트 동일한 함수이름 호출
- 러스트 기초 학습
- redux 기초
- 체인의정석
- 오블완
- cloud hsm 사용하기
- cloud hsm
- Vue.js
- ambiguous function description
- 스마트 컨트렉트 함수이름 중복
- ethers v6
- 러스트 기초
- 러스트기초
- git rebase
- 스마트컨트렉트 예약어 함수이름 중복
- Vue
- ethers websocket
- vue기초
- SBT표준
- ethers type
- redux toolkit 설명
- ethers typescript
- cloud hsm 서명
- rust 기초
- 계정추상화
- 티스토리챌린지
- Today
- Total
목록2025/05/24 (2)
체인의정석

한 컴퓨터에 계정을 2개 사용하고 싶은 경우 아래와 같이 사용하면 된다.https://it-timehacker.tistory.com/495 ssh key써서 하나의 컴퓨터에서 여러계정 git 사용하기1. ssh 키 생성 + 깃허브에 등록 2. ssh 경로에 들어가서 config 수정 cd ~/.ssh/ cat config 3. config에 다음과 같이 추가 (Iendtitiy file에 등록한 퍼블릭키에 매칭되는 프라이빗키 위치 넣기) host github.com-usernameit-timehacker.tistory.com근데 이렇게 하더라도 꼬이는 경우가 존재한다.분명 내 깃허브와 연동된 ssh키를 사용한 것을 확인하였고 연결체크도 잘되었는데 다른 계정으로 계속 push가 된다.내 상황은 특정 컴퓨터..

1. 설치 링크https://www.jenkins.io/download/lts/macos/Install the latest LTS version: brew install jenkins-ltsStart the Jenkins service: brew services start jenkins-ltsRestart the Jenkins service: brew services restart jenkins-ltsUpdate the Jenkins version: brew upgrade jenkins-lts2. 설치brew install jenkins-lts3. 재실행 brew services restart jenkins-lts4. UI 접속 하기http://localhost:8080/ 5. UI에 입력할 비밀번호 찾..