-
Notifications
You must be signed in to change notification settings - Fork 9
To do
Sungpil Han edited this page Apr 24, 2020
·
3 revisions
- Github에 계정을 만듭니다.
- 그 후 아이디를 알려주세요. (shan@catholic.ac.kr 로 메일 혹은 shanmdphd 카톡 메세지)
- 이 저장소를 Watch / Star 해주세요.
Chocolatey https://chocolatey.org/install
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install git
Homebrew https://brew.sh/index_ko
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install git