From 0a0f9c5c4eba3776976d8408affb3db872830607 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 12 Jun 2023 01:50:43 -0700 Subject: kv need https instead of git for cfgl git pull from github remote repo, because I do not give a ssh private key to vps --- etc/.cfgl/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/.cfgl/config b/etc/.cfgl/config index fa380138..139f8b08 100644 --- a/etc/.cfgl/config +++ b/etc/.cfgl/config @@ -7,7 +7,7 @@ [extensions] worktreeConfig = true [remote "origin"] - url = git@github.com:flyxyz123/config_local_arch.git + url = https://github.com/flyxyz123/config_local_arch.git fetch = +refs/heads/*:refs/remotes/origin/* [commit] gpgsign = false -- cgit v1.2.3-70-g09d2