From b501a928fee504d8dd81583ba970e0fdd7a6f7bd Mon Sep 17 00:00:00 2001 From: Kid Date: Sun, 13 Feb 2022 16:37:51 +0800 Subject: [PATCH] Use HTTPS remote in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e1677f..a3807ea 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RAW_VERSION?=$(shell node scripts/get-version.js) FULL_VERSION=v$(RAW_VERSION) pull-icons: - git clone git@github.com:vscode-icons/vscode-icons.git vscode-icons --depth=1 + git clone https://github.com/vscode-icons/vscode-icons.git vscode-icons --depth=1 update-icons: cd vscode-icons && git pull