Github = gh
gh auth登录
向GitHub主机进行身份验证
概要
向GitHub主机进行身份验证。
通过帮助您通过基于浏览器的OAuth登录GitHub或接受个人访问令牌,此交互式命令可初始化身份验证状态。
通过指定–with-token并在STDIN上传递令牌,可以避免交互。
gh auth login [flags]
例子
$ gh auth login
# => do an interactive setup
$ gh auth login --with-token < mytoken.txt
# => read token from mytoken.txt and authenticate against github.com
$ gh auth login --hostname enterprise.internal --with-token < mytoken.txt
# => read token from mytoken.txt and authenticate against a GitHub Enterprise Server instance
选件
-h, --hostname string The hostname of the GitHub instance to authenticate with
-w, --web Open a browser to authenticate
--with-token Read token from standard input
从父命令继承的选项
--help Show help for command
将GitHub CLI用于整个GitHub工作流程。
使用克隆要使用的存储库
gh repo clone owner/repo
。找到您需要使用
gh issue status
或处理的下一件事gh issue list --assignee billygriffin
。
完成添加该功能或修复该错误后,可用于
gh pr create
在GitHub上创建拉取请求。
并且您的队友可以使用签出您的请求,使用来
gh pr checkout 1337
查看差异gh pr diff
,甚至可以使用进行轻量级的检查gh pr review
。
批准拉取请求后,您可以确保所有测试都通过
gh pr checks
,然后继续从您的终端与合并gh pr merge
。合并后,GitHub CLI甚至会提供在本地和GitHub.com上删除分支的功能。
当您准备削减下一个发行版时,只需使用
gh release create [tag name]
并使其创作对全世界可用,而无需离开命令行!
找不到这个token在哪里
在浏览器端配置成功
这个是配置好的页面.注意那个code