Difference between revisions of "Gh auth login"
Jump to navigation
Jump to search
↑ https://cli.github.com/manual/gh_auth_login
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | [[gh auth]] login <ref>https://cli.github.com/manual/gh_auth_login</ref> | |
+ | [[gh auth status]] | ||
+ | [[gh auth login --help]] | ||
+ | |||
+ | == Examples == | ||
+ | {{gh auth login TOKEN}} | ||
+ | |||
+ | |||
? What account do you want to log into? [Use arrows to move, type to filter] | ? What account do you want to log into? [Use arrows to move, type to filter] | ||
Line 13: | Line 20: | ||
✓ Authentication complete. Press Enter to continue... | ✓ Authentication complete. Press Enter to continue... | ||
− | - gh config set -h github.com git_protocol ssh | + | - [[gh config set]] -h github.com git_protocol ssh |
✓ Configured git protocol | ✓ Configured git protocol | ||
HTTP 422: Validation Failed (https://api.github.com/user/keys) | HTTP 422: Validation Failed (https://api.github.com/user/keys) | ||
key is already in use | key is already in use | ||
+ | == Related == | ||
+ | * <code>[[gh repo list]] your_organization_name</code> | ||
+ | * <code>[[gh repo list --private]]</code> | ||
+ | * <code>[[gh auth refresh]]</code> | ||
+ | * <code>[[gh issue list]]</code> | ||
+ | * <code>[[glab auth login]]</code> | ||
+ | * <code>[[brew install gh]], [[apt install gh]]</code> | ||
+ | * [[PAT]] | ||
+ | * [[~/.config/gh/hosts.yml]] | ||
+ | * [[remote: Support for password authentication was removed on August 13, 2021.]] | ||
== See also == | == See also == | ||
* {{gh repo}} | * {{gh repo}} | ||
+ | * {{gh auth}} | ||
* {{gh}} | * {{gh}} | ||
[[Category:GitHub]] | [[Category:GitHub]] |
Revision as of 07:08, 17 July 2024
gh auth login [1] gh auth status gh auth login --help
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
- ~/.config/gh/hosts.yml
- remote: Support for password authentication was removed on August 13, 2021.
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: