git通过ssh方式免密克隆代码仓库
git上添加ssh公钥
略过
终端命令行
格式: git clone ssh://[user@]host.xz[:port]/path/to/repo.git/
栗子: git clone ssh://[email protected]:9090/tommy/study/online.git
略过
格式: git clone ssh://[user@]host.xz[:port]/path/to/repo.git/
栗子: git clone ssh://[email protected]:9090/tommy/study/online.git