Difference between revisions of "Gh auth login"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
  [[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>
 +
[[gh auth status]]
 +
[[gh auth login --help]]
  
== Example ==
+
== Examples ==
 
  {{gh auth login TOKEN}}
 
  {{gh auth login TOKEN}}
  
Line 31: Line 33:
 
* <code>[[brew install gh]], [[apt install gh]]</code>
 
* <code>[[brew install gh]], [[apt install gh]]</code>
 
* [[PAT]]
 
* [[PAT]]
 +
* [[~/.config/gh/hosts.yml]]
 +
* [[remote: Support for password authentication was removed on August 13, 2021.]]
  
 
== See also ==
 
== See also ==

Latest revision as of 07:08, 17 July 2024

gh auth login [1]
gh auth status
gh auth login --help

Examples[edit]

 ? 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[edit]

See also[edit]

  • https://cli.github.com/manual/gh_auth_login
  • Advertising: