是否可以在命令行中使用任何命令在 github 上创建新的存储库?

Is it possible to use any command to create a new repo on github in command line?

我试图搜索 google 但没有得到任何线索。 如果我可以使用 git 命令在 github 上创建一个新的 repo,那么我就不必打开 github 网站并单击创建一个 repo,它会更容易使用。

下载Github CLI

并使用这些命令

gh repo create [set_name_for_repo]