Skip to content
Sungpil Han edited this page Apr 24, 2020 · 3 revisions

오자마자 해야 할 일

  • Github에 계정을 만듭니다.
  • 그 후 아이디를 알려주세요. ([email protected] 로 메일 혹은 shanmdphd 카톡 메세지)
  • 이 저장소를 Watch / Star 해주세요.

Chocolatey (Windows) 혹은 Homebrew (macOS) 설치

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