How to set up git SSH key?

Опубликовано: 12 Июль 2026
на канале: programming-with-mohammed
82
6

🔥 Welcome to this channel to learn the Git tutorial for beginners. In this video, I will show you how to set up Git SSH key on your windows device.

📚 Git tutorial is vital for your career. Learn Git for your job in DevOps, Software development, software engineering. This git tutorial will teach you and show you practical examples of everything you need to learn Git. 📚 This video explains step by steps how to do basic task of Git on your device

📚 Git is one the most frequently used version control system around the world. If you want to track your project and software, Git is the best, and millions of users and DevOps software engineers use Git for version control. This git tutorial will teach you how to use Git as version control.

🙋In this video, shown how to generate an SSK key.

🙋To generate the SSH key below command, put it in the command prompt

ssh-keygen -t ed25519 -C "[email protected]"

that will generate the SSH key and it will save it .ssh folder. Then get the key from that file (id_ed......pub) and put it in GitHub.

🙋For further reference -
https://docs.github.com/en/enterprise...
https://docs.github.com/en/enterprise...

#Gittutorial #Git #Learngit

✔️ Git Documentation - https://git-scm.com/doc

❤️ Please support me to buy a coffee to continue running this channel - https://bit.ly/31a68Py

🟦 Twitter -   / progwitmohammed  
🟦 Facebook - https://www.facebook.com/profile.php?...
🟪 Blog - https://programmingwithmohammed.blogs...


__________ Want to Learn Git and GitHub 🚀 _______________

👍 Git and GitHub Tutorial - https://bit.ly/3EqQBsL

👍 Python Tutorial Full Course - https://bit.ly/3CrH5VS
✔️GitHub Link - You will find all the codes for this tutorial on GitHub.
https://bit.ly/2Ztj2Yx
#gitsskkey #setupsshkey #git #programmingwithmohammed