gh auth logout

gh auth logout [flags]

删除 GitHub 帐户的身份验证。

此命令会删除存储的帐户身份验证配置。身份验证配置仅在本地删除。

此命令不会使身份验证令牌失效。

选项

-h, --hostname <string>
要注销的 GitHub 实例的主机名
-u, --user <string>
要注销的帐户

示例

# Select what host and account to log out of via a prompt
$ gh auth logout

# Log out of a specific host and specific account
$ gh auth logout --hostname enterprise.internal --user monalisa

另请参阅