From 81a2427a4c3860f3b7121bca37d9e8fc31db33bf Mon Sep 17 00:00:00 2001 From: jeonhobeom Date: Wed, 16 Mar 2022 14:18:12 +0900 Subject: [PATCH] Update install.sh Update git protocol fatal 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. ``` --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 525c698..b73fa99 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ elif [ -d ~/.oh-my-zsh ]; then export ZSH="$HOME/.config/ezsh/oh-my-zsh" mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh else - git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh + git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh fi