54.16 What to do in case of a git clone fail?

Instructions

  • ls -al ~/.ssh
  • ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  • ssh-add ~/.ssh/id_rsa
  • cat ~/.ssh/id_rsa.pub
  • Add to GitHub SSH & GPG keys
  • Give SSO access on GitHub
  • git clone git@github.com:

    Thoughts 🤔 by Soumendra Kumar Sahoo is licensed under CC BY 4.0