Skip to content

Instantly share code, notes, and snippets.

@flandersen
flandersen / git-ssh-setup-windows.md
Last active November 21, 2025 16:07 — forked from praneeth-katuri/git-ssh-setup-windows.md
Complete guide to setup Git using SSH on Windows for Bitbucket

🛠 Complete Guide: Set Up Git with SSH on Windows for Bitbucket

✅ 1. Generate an SSH Key (ED25519 Recommended)

Open PowerShell and run:

ssh-keygen -t ed25519 -C "your_email@example.com" -f "C:\Users\YourName\.ssh\some_service_key"