用ssh方式git clone,能不每次都输密码吗

如题所述

方法有:你将用户名密码放到远程链接上,比如 git clone ssh://user:pssword@url 其中user是你的账号 password是你的密码 url是远程git库地址
温馨提示:答案为网友推荐,仅供参考