GitHub Setup for Windows

Install git.

To configure your Git username and email address globally:

  1. Set your usernamegit config --global user.name "Your Name"
  2. Set your email addressgit config --global user.email "you@example.com"

SSH key setup for Windows.

1. ssh-keygen -t ed25519 -C “your_email@example.com”

Then press enter……

2. type C:\Users\YourDeviceName\.ssh\id_ed25519.pub

Then copy this key and open your GitHub account go to the SSH and GPG keys section create a new SSH key give a title paste this key into the key input field and add this SSH key.


Leave a Reply

Your email address will not be published. Required fields are marked *