> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/ethernity-client/prerequisites/git.md).

# git

### Windows

The windows git installer can be downloaded here:

{% embed url="<https://gitforwindows.org/>" %}

While running the installer, please enable experimental support for pseduo consoles like in the screenshot:

![](https://1216336826-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MOFd6gpxgL4ITVYH_YB%2F-MOtGSKT-pn3uP_pWiQS%2F-MOtMATkMFQgdFBrij3Q%2FCapture.PNG?alt=media\&token=6e73855f-83b8-4b85-a99f-b767707ce818)

All the other settings defaults are OK.

### macOS

Install homebrew.

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Install git

```bash
brew install git
```

### Linux

Debian/Ubuntu:

```bash
apt-get install git
```

RedHat/Fedora:

```bash
yum install git
```
