Mengatasi git error Segmentation fault (core dumped)

Panduan cara mengatasi git error Segmentation fault (core dumped). Ikuti langkah berikut:

1. Remove git

apt remove git

2. Remove paket yang tidak digunakan

apt autoremove

3. Update system

apt update -y

4. Install git

apt install git

5. Check git

git --version

Selesai, semoga bermanfaat.

Add a comment