diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 01:50:43 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 01:50:43 -0700 |
commit | 0a0f9c5c4eba3776976d8408affb3db872830607 (patch) | |
tree | 779a8b0d1372b66937ad5e96f5876486864e4455 /etc/.cfgl | |
parent | 62321e616d74569b6521de2723abf0c938d1922c (diff) |
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
Diffstat (limited to 'etc/.cfgl')
-rw-r--r-- | etc/.cfgl/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |