Blog like it's 2002

tech and stuff

Latest articles

Switching remote git repo URLs from HTTPS to SSH

in #Tech
Let's say, like me, you always forget to initialize/clone correctly the git repo with SSH and you did by mistake: git clone https://github.com/frica/.git Then when you want to push to main you will be blocked by GitHub: Username for 'https://github.com …