일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Architecture
- designpattern
- tuist
- SwiftUI
- swift
- isolate
- uikit
- WebSocket
- builder
- dgcharts
- network
- embedded-swift
- 문법
- WWDC24
- dartz
- dart
- AppleDeveloper
- URLSession
- iot
- GIT
- weatherkit
- OpenAI
- LifeCycle
- philipshue
- raspberrypi5
- SampleApp
- EventLoop
- flutter
- chartsorg
- Xcode
Archives
- Today
- Total
목록Git (1)
Jaebi의 Binary는 호남선
Mac에서 Git 시작하기
목차Git 설정git config 설정 (가급적 Github에 등록한 User Name과 Email 사용)git config --global user.name "{My User Name}"git config --global user.email "{My Email}"SSH 생성SSH Key 생성`ssh-keygen -t rsa -b 4096 -C "My Github Email"`Key 저장할 파일 경로 설정passphrase 입력 & 재입력SSH Agent 실행`eval "$(ssh-agent) -s"`SSH Key 추가`ssh-add ~/.ssh/id_rsa`SSH Public Key 클립보드에 복사`pbcopy Github에 SSH Public Key 등록Github 우측 상단 사용자 아이콘 클릭, S..
Git
2024. 5. 16. 01:04