
% git init
zsh: command not found: git
You will get git command not found error on the zsh shell if you do not have git installed on your computer, in order to install git you can make use of the package manager like apt-get for Ubuntu or brew on macOS.
Installing git on Ubuntu using apt-get- Open Terminal,
- Type command sudo apt-get install git
➜ / apt-get install git Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn The following NEW packages will be installed: git 0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded. Need to get 4357 kB of archives. After this operation, 35.8 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.5 [4357 kB] Fetched 4357 kB in 4s (1164 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package git. (Reading database ... 11853 files and directories currently installed.) Preparing to unpack .../git_1%3a2.25.1-1ubuntu3.5_arm64.deb ... Unpacking git (1:2.25.1-1ubuntu3.5) ... Setting up git (1:2.25.1-1ubuntu3.5) ...
% brew install git
Now to check if git is installed, you can check the command git --version
% git --version
git version 2.25.1
More Posts related to Git,
- [Fixed] Git Clone git@github.com: Permission denied (publickey) Could not read from remote repository Fatal error
- Github: How to Invite Collaborators
- Git Commit - Author identity unknown, Please tell me who you are email
- [Solution] fatal: not a git repository (or any of the parent directories): .git
- [fix] zsh: command not found: git
- Github: fatal: Authentication failed Support for password was removed on August 13, 2021
- Get List of all local branches git command
- Git Revision Questions Before the Interview
- git fatal: Authentication failed error [fix]
- How to Install Git on Ubuntu Linux
- GitHub: How to Search Code
- How to change Git Default Author and Committer details in Eclipse
- How to check your installed version of Git
- Install GitHub Command Line Tool on Mac
- How to Merge Branch into Master Branch
- Perform an Empty Commit in Git without anything in Staging Area
- Git Fix: fatal: refusing to merge unrelated histories Error
- How to undo last Git Commit on Local Repository?
- git command to remove/unstage files from staging area
- Step-by-Step: Setting up Docker + Ubuntu Linux + Git + GitHub Tutorial
- Remove git config at Local, Global or System Levels?
- Fix [oh-my-zsh] Cant update: not a git repository
- Git Config Command - A Deep Dive
- fatal: Unable to create '/c/git_repo/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier.
- How to change directory in Git bash
More Posts:
- Be right back We’re making updates to the Apple Store. Check back soon. - Apple
- Java JDBC Connection with Database using SSL (https) URL - Java
- Special character & not working with SharePoint REST API - SharePoint
- Unable to load VM from snapshot. The snapshot has been saved for a different hardware configuration - Android
- How to Change name on Microsoft Teams Application - Teams
- How to display File CR LF Newline Characters in Sublime Text - Sublime-Text
- How to enable anonymous public access for SharePoint Online site collection, file, folder without login ? - SharePoint
- List of Java versions - Java