git通过ssh方式免密克隆代码仓库

git上添加ssh公钥

略过

终端命令行

格式: git clone ssh://[user@]host.xz[:port]/path/to/repo.git/
栗子: git clone ssh://git@12.54.67.34:9090/tommy/study/online.git

原文地址:https://www.cnblogs.com/zunwen/p/15667503.html