> 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:

![](/files/-MOtMATkMFQgdFBrij3Q)

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
```
