👏
GitHub CLIでSSH接続
前まで ssh で使えていたのになぁって思っていたら、知らないうちに設定が https になっていた。
これで ssh に設定を変更できる。
gh config set git_protocol ssh
ssh と表示されれば OK。
gh config get git_protocol
> ssh
前まで ssh で使えていたのになぁって思っていたら、知らないうちに設定が https になっていた。
これで ssh に設定を変更できる。
gh config set git_protocol ssh
ssh と表示されれば OK。
gh config get git_protocol
> ssh
Discussion