diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index cb1c3f1..f461075 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -131,7 +131,7 @@ my = "!git_clone() { git clone https://code.envrm.info/src/${1}.git; }; git_clone" # Клонирование репозитория githube.com - hub = "!git_clone() { git clone git://github.com/${1}.git; }; git_clone" + hub = "!git_clone() { git clone https://github.com/${1}.git; }; git_clone" # Клонирование репозитория notabug.org nb = "!git_clone() { git clone https://notabug.org/${1}.git; }; git_clone"