gh-clone-org icon indicating copy to clipboard operation
gh-clone-org copied to clipboard

clone using ssh instead of https?

Open ualjjcanada opened this issue 1 year ago • 1 comments

Is is possible to clone org repos using ssh instead of https? Thanks

ualjjcanada avatar Jun 04 '23 16:06 ualjjcanada

The script just calls gh repo clone, so it should use your github cli settings. Try running gh config set git_protocol ssh to have it clone using ssh.

matt-bartel avatar Jun 05 '23 16:06 matt-bartel