Amrit Adhikariamrit69.com.npยทApr 27, 2024Adding an SSH key to your GitHub account from a MacBookAdding an SSH key to your GitHub account from a MacBook involves a few steps. Here's a guide: Open Terminal on your MacBook. Generate SSH Key: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Start the SSH agent: eval "$(ssh-agent -s)" A...sshAdd a thoughtful commentNo comments yetBe the first to start the conversation.