Posts List

Setting up Git with SSH on Windows with PowerShell

When you activate 2FA on your GitHub account using HTTPS becomes a little more difficult because you can’t simply use your password anymore. The simple solution is to use a PAT token as your password when prompted from the command line. But managing these tokens can be a bit of pain. You can also clone using SSH. For our Mac and Linux friends, we know it’s easy, it should be on windows, but it isn’t yet…