Install Github CLI
Windows OS
- Open Powershell as an Administrator.
- Execute the command below to install
Github CLI
choco install gh
- Authenticate
Github CLI
by executing the command belowgh auth login
Mac OS
- Open Terminal.
- Execute the command below to install
Github CLI
brew install gh
- Authenticate
Github CLI
by executing the command belowgh auth login