Using github with ssh instead of gh cli#
Register the public ssh key to profile on Github settings
cat $HOME/.ssh/id_ed25519.pub or cat $HOME/.ssh/id_rsa.pub
Clone repo:
git clone --recurse-submodules git@github.com:username/repoRegister the public ssh key to profile on Github settings
cat $HOME/.ssh/id_ed25519.pub or cat $HOME/.ssh/id_rsa.pub
Clone repo:
git clone --recurse-submodules git@github.com:username/repo