1

これまでgithubデスクトップを使用していたことを認めるのは少し恥ずかしいですが、ドキュメント に従ってインストールしたgh cli
を 使用することにしました

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh

明らかな成功

$ which gh
/usr/bin/gh
$ gh --version
gh version 1.8.1 (2021-04-02)
https://github.com/cli/cli/releases/tag/v1.8.1

しかし、実行中のパブリックリポジトリ(たとえばflutter gallery)を複製するgh repo clone flutter/gallery
には、次のエラーが発生します

Cloning into 'gallery'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
exit status 128

(すべてが「すぐに使える」で機能しgh-desktopました)
何が欠けていますか?

github ディスカッション

4

2 に答える 2