- Download
gh
tool:After this step,GH_VERSION=2.30.0 GH_URL=https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz GH_DIR=/opt/conda/bin wget "${GH_URL}" -O - | tar xvzf - -C ${GH_DIR} gh_${GH_VERSION}_linux_amd64/bin/gh --strip-components=2
gh
is located in/opt/conda/bin/gh
. - Login to GitHub:
gh auth login
Created
February 21, 2024 21:10
-
-
Save syoh/dc7b8a2beb57f98e49b92eddc0da2967 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment