LoginSignup
0
0

More than 1 year has passed since last update.

【Git】GitHub CLIの導入方法

Posted at

インストール

Macの場合

brew install gh	

または

sudo port install gh

Windowsの場合

winget install gh

インストールされたか確認する

$ gh version
gh version 2.16.0 (2022-09-21)
https://github.com/cli/cli/releases/tag/v2.16.0

ログイン

インストールができたらログインをする

gh auth login
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0