Difference between revisions of "Gh auth login"
Jump to navigation
Jump to search
↑ https://cli.github.com/manual/gh_auth_login
Line 2: | Line 2: | ||
[[gh auth]] login <ref>https://cli.github.com/manual/gh_auth_login</ref> | [[gh auth]] login <ref>https://cli.github.com/manual/gh_auth_login</ref> | ||
− | == | + | == Examples == |
{{gh auth login TOKEN}} | {{gh auth login TOKEN}} | ||
Revision as of 10:10, 19 January 2024
gh auth login [1]
Examples
? What account do you want to log into? GitHub Enterprise Server ? GHE hostname: github.youthostname.com ? What is your preferred protocol for Git operations? HTTPS ? Authenticate Git with your GitHub credentials? Yes ? How would you like to authenticate GitHub CLI? Paste an authentication token Tip: you can generate a Personal Access Token here https://github.yourname.com/settings/tokens The minimum required scopes are 'repo', 'read:org', 'workflow' (GHE 3.0+). ? Paste your authentication token: *********************** - gh config set -h github.yourname git_protocol https ✓ Configured git protocol ✓ Logged in as youruser
? What account do you want to log into? [Use arrows to move, type to filter] > GitHub.com GitHub Enterprise Server > HTTPS SSH ! First copy your one-time code: 8A0V-XXYY - Press Enter to open github.com in your browser... ✓ Authentication complete. Press Enter to continue... - gh config set -h github.com git_protocol ssh ✓ Configured git protocol HTTP 422: Validation Failed (https://api.github.com/user/keys) key is already in use
Related
gh repo list your_organization_name
gh repo list --private
gh auth refresh
gh issue list
glab auth login
brew install gh, apt install gh
- PAT
See also
gh repo [ create | list | clone | sync | ]
gh auth [ login | status ] --help, act
gh [ auth | repo | secret | issue | workflow | webhook | gh environment | actions | run ] gh auth login, gh pr create, gh --help
Advertising: