Verified Commits on GitHub from Windows PC ( GPG Keys ) ✅

preview_player
Показать описание
In this video I have configured my windows machine to sign my git commits using GPG keys 😎

00:00 🔐 Introduction to Signed Commits
00:31 ✅ Verified Commits vs Unverified Commits on Github
03:25 👨‍💻 Download and Install GPG4WIN software
04:36 ⚙ Generate GPG Key and Configure your Github Account
09:54 🛠 Configure Git on Windows 10 to sign commits using GPG key
13:18 👷‍♂️ Create signed commits using Git
16:56 🙏 Thank You for watching this video

Signed commits are marked as verified ✔ on GitHub so other people can be confident that changes are coming from a trusted source 🚀

# Download and install GPG for windows

# Create GPG Key
```
gpg --full-generate-key
```

# List GPG Key with key IDs
```
gpg --list-secret-keys --keyid-format LONG

sec rsa4096/YOUR-KEY-ID 2020-06-18 [SC]
...

# Export your public key
```
gpg --armor --export YOUR-KEY-ID
```

# Add GPG key to Github account

# Configure Git on windows
```
```

# List global git config
```
git config --global --list
```
Комментарии
Автор

Thank you for providing a detailed step by step instruction, Ashish. It resolved my unverified signature issue on github. No developers from search results such great detail explanation like you.

aidenpearce
Автор

Thank you so much! Sir! You saved me. I've been struggling with this gpg key for 2 days now. Everything worked out thanks to you. Thank you very much!

godzillamodz
Автор

thank you sm, it wasn't working before without all this configuration, thanks!

LuizFelipe-khiw
Автор

I have been trying to cinfigure the gpg keys from past 2 hours but it wasn't working this tutorial guided me to do it within few minutes! thanks a ton @Ashish Singh Baghel

pravinsingh
Автор

Great video, been fighting this for days now. all I was missing was the last code. TY so much for this video.

supperslash
Автор

Thank you so much! 😊❤❤❤Savior! You saved me. I've been struggling with this gpg key for 5 days now. Everything worked out thanks to you. Thank you very much!

ЛиляЛиля-шщ
Автор

Keep up the great work!! easy to follow step by step explanations. You helped me a ton.

rsitanala
Автор

Thank you so much. Best tutorial to get verified commits.

anmolprashar
Автор

Thank You for the detailed and step by step instruction. I was able to create and verify commit using my Windows. Thanks a ton !

zaidmarouf
Автор

Thank you, teacher! You helped me a lot in installing verified commit. Thank you very much!

Nnthienphuc
Автор

After hours getting errors, your video helped me out. Thank you so much.

butter
Автор

Thanks for the clear and concise tutorial ❤

yipmong
Автор

gracias!!! te amo, te juro que estaba volviéndome loca, estuve semanas tratando una y otra vez y no podía solucionarlo, sos mi héroe!! Saludos desde Argentina!

rooous
Автор

This is by far the best video on this subject. Thank you so much sir!🙏🙏

theittlegend
Автор

simple and to the point, thank you :)

a_maxed_out_handle_of__chars
Автор

Man thank you! This is exactly what I needed

mukhammedabusuveilim
Автор

thank you so much. this secret key was eating my brain out

jananilasindu
Автор

Thank you for the video. i just figured out my mistake with exporting command

hafijul
Автор

Thank you so much this video is absolutely perfect.

overrevvv
Автор

Hey Aasish thanks for a fantastic tutorial. Please come up with a tutorial for MAC machine as well ! 😃

abhishekk