Git and github
github
Fix GitHub Push Error using SSH
If git push fails with Repository not found, switch from HTTPS to SSH.
Steps:
Check for an existing SSH key: ls ~/.ssh → if id_ed25519 exists, reuse it.
Generate a key (if needed): ssh-keygen -t ed25519 -C "sh...
uzma.hashnode.dev2 min read