Since github.com is about to disallow basic authentication using login and password over http/https connections, you should switch to connect via ssh providing a public ssh-key together with a passphrase. In this post I describe the steps necessary when using git for windows, however the steps are probably more or less identical if you’re running… Read more Switch Github Repository from https to ssh
Tag: git
Minimal Git Knwo-How
This post is for people, who once in a while have to deal with git and therefore don’t repeat the commands frequently enough in order to keep them in longtime memory. 😛 I’ll provide a simple short reference containing the commands needed most frequently and enrich the reference when necessary. Clone an existing Repository from… Read more Minimal Git Knwo-How
Start programming you Pi
Here I describe the steps needed to start writing simple c programs on your raspberry pi. I did my experiments using a raspberry pi 3b+, you can use whatever model you like. If you don’t have a bootable SD card ready, please first follow the steps provided in this post. I installed ubuntu mate on… Read more Start programming you Pi