How to setup private Git repos with Golang Workspace (and Keybase)
February 28, 2023•1,085 words
If you have more than one GitHub accounts, for example, one for your real-life profile building public projects, and another for your alter-online-ego contributing underground works using pseudonym. I'm going to show you how to properly setup multiple identities for Git and SSH; how to use Golang Workspace with private Git repos; and even better - how to use end-to-end encrypted Keybase Git repo for your Golang modules.
Create SSH identities
Generate separate SSH keys and add them to your GitH...
Read post