Questions tagged [git]

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git is a distributed version control system.

Git was designed to handle everything from small to very large projects with speed and efficiency. It is known for being very powerful but having a somewhat steep learning curve.

Git was originally developed by Linus Torvalds in 2005 for use for the Linux kernel and has spread from there. It is also used as part of the backbone behind popular web-based hosting sites such as Github, Bitbucket and Gitorius.

50 questions
32
votes
7 answers

Can I install Git on Raspbian?

Can I get Git on Raspbian to back-up my C/C++ files? Do I need to download anything to use Git on my Raspberry Pi? Where can I learn to use it?
user8709
7
votes
3 answers

Installing GitLab messed things up, how to get it out?

Yesterday I started setting up my Raspberry Pi 2 (with Raspbian Jessie) to run my own server for some things. Amongst others I want to run GitLab on my Pi. I connected to my Pi through SSH (using PuTTY on Windows) and tried following this guide, but…
Rien Heuver
  • 275
  • 2
  • 10
7
votes
2 answers

How to install git in PI snappy

My pi2 is installed with ubuntu-15.04-snappy-armhf-rpi2.img.gz, I want to install git in it but failed, here is info: (RaspberryPi2)ubuntu@localhost:~$ sudo snappy install git Installing git git failed to install: snappy package not found And…
Liao Zhuodi
  • 225
  • 2
  • 6
3
votes
2 answers

How to find a specific kernel version in the Github repository?

I'm trying to get the Linux 4.14.85 kernel, for a problem I've posted before, related to Xenomai. I see here that there is a branch for 4.14.y, but there are no tags to find which commit corresponds to the 4.14.85 version. Basically, I'm following…
David
  • 723
  • 5
  • 22
3
votes
3 answers

Install git Raspbian Jessie lite

sudo apt-get install git-core Package git-core is a virtual package provided by: git 1:2.1.4-2.1+deb8u1 [Not candidate version] E: Package 'git-core' has no installation candidate Any ideas as the why I cannot install git? $ sudo apt-get…
eekfonky
  • 243
  • 2
  • 5
  • 13
3
votes
0 answers

Using Pi 2 as a media center AND git server

I would like to use my Raspberry Pi 2 mainly as a media center but also as a private git server for small projects like LaTeX documents. My goal is to be able to set this server as a remote repo to push to and pull from over the web with various…
Niclas
  • 131
  • 2
3
votes
1 answer

Cannot use Git to Clone GitHub Repo onto my Pi

I have not seen my exact problem in the search so if it has been please point me in the right direction. I have three computers that I want to be able to edit code on. Win10 with MSYS2 MinGWx64 RaspberryPi 4 Bullseye Pi Zero Headless Bullseye (SSH…
MechMon
  • 43
  • 4
2
votes
1 answer

Git not updated

I have problem with the installation of a program. I've googled the error and it says that I need to update git. My git version says I'm on v2.11.0. and git website says that v2.18.0 is the newest one https://git-scm.com/. I've tried with sudo apt…
user87840
2
votes
1 answer

Installing GitLab on Raspian Stretch

I am trying to install GitLab on my Pi according to the official instructions. Until this step everything seems to be working fine: seb@raspi:~ $ sudo curl -sS https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh |…
sbstnzmr
  • 133
  • 6
2
votes
0 answers

Install a Git Client with GUI

I known using git on the command line is the prefered method by a lot of Linux users. But has somebody have successfully installed and used a Git Client with GUI on a RPI2 / 3 with raspbian ? I am aksing that question, becasue i didn't find on the…
sstassin
  • 121
  • 1
  • 3
2
votes
1 answer

Why do I have to cmake opencv?

Places with tutorials to make my RPi run OpenCV and start pattern recognition include the part where I have to be Building…
bgut
  • 23
  • 5
2
votes
1 answer

How do I get the latest version of gitlab on a raspberry pi

So I have a raspberry pi that I am trying to setup as a Gitlab server on my LAN at home. I also have an install of gitlab that I have been running on one of my machines on my LAN which has historical data in it. Call this gitlab "Instance A". Let's…
rothloup
  • 173
  • 1
  • 9
2
votes
2 answers

Providing correct access to git repository

I have followed the instructions to set up a private git respository on my raspeberry pi. All goes well until I try git push pi master at that point I get the following error: fatal: Unable to create temporary file…
Obromios
  • 123
  • 4
1
vote
0 answers

Is it possible to run P4wnP1 on Raspberry Pi 3?

im 13 years old and im from italy(my english isn't very good for this reason), for you is possible to run P4wnP1 (for ethical hacking purpose) on rpi 3 model B? If the answer of that question is 'True', i' ve to modificate something in the package…
matjf
  • 11
  • 3
1
vote
1 answer

How to exit read only filesystem to get write permission in order to download a driver form Github?

I am trying to set up a 5 inch LCD on my Raspberry Pi 3. It runs Kali Linux, I'm on a no GUI boot and (automatically) logged in as root. When I run the command (to download the drivers): git clone https://github.com/Elecrow-keen/Elecrow-LCD5.git I…
kinghenri
  • 31
  • 1
  • 1
  • 4
1
2 3 4