How to use ssh
for cloning a plugin repository
#522
-
If the feature request is for a plugin or theme, specify it here.No response If the feature solves a problem you have, specify it here.Since GitHub changes the authentication from password to ssh, I switch the clone method from https to ssh, when using https to download plugins is so slow and have ssl error sometimes Describe the proposed feature.Maybe can add option for change the default download method, can switch to https or ssh Describe alternatives you've consideredNo response Additional contextNo response Related Issues |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think this is already possible via the https://github.com/zdharma-continuum/zinit#cloning-options Also, |
Beta Was this translation helpful? Give feedback.
-
I just read the manual and search others snippet, I configure ssh clone worked, thanks the answer @vladdoster |
Beta Was this translation helpful? Give feedback.
I think this is already possible via the
proto
ice?https://github.com/zdharma-continuum/zinit#cloning-options
Also,
https
andssh
have no real speed difference since TCP/UDP IP is under the hood. Additionally,https
can be much faster if in a high-latency environment.https
has been optimized much more than SSH.