From a652a77c170b06e60c3e8652e31f6ccf2440a42f Mon Sep 17 00:00:00 2001 From: Camilla Carta <32430116+cartacamilla@users.noreply.github.com> Date: Tue, 12 Apr 2022 13:30:34 +0200 Subject: [PATCH] Update repo link This clone line fails with: fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b26e67..07a4d47 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ export OSH="$HOME/.dotfiles/oh-my-bash"; bash -c "$(curl -fsSL https://raw.githu ##### 1. Clone the repository: ```shell -git clone git://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash +git clone https://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash ``` ##### 2. *Optionally*, backup your existing `~/.bashrc` file: