Photo by Harrison Broadbent / Unsplash

How to setup your own Git service using Raspberry Pi?

tutorial Oct 27, 2019

The video tutorial of this article is publicly available in Youtube via this link.

Hardware Pre-requisites:

  1. Raspberry Pi
  2. Micro SD card
  3. Internet connection

Software Pre-requisites:

  1. Raspbian OS
  2. Any tool to unzip.
    Eg: 7zip (Linux), WinRAR (Windows), The Unarchiver (MacOS)

Starter knowledge of using basic commands in Terminal.

Open terminal in your Raspbian and run this command.

user@pi:~$ sudo apt update && sudo apt upgrade

It will update all packages list and then upgrade them accordingly. This is not a mandatory step but a good practice that keeps the system up-to-date and ready.

Tags

Sparsh

Software Engineer