[help] [support]支持ssh clone 或者 user:passwd clone 项目
想上传一个 一键 多机房部署的脚本。但是发现clone时需要输入密码,无法完成自动化
已经在~/.ssh/config 配置好了
Host git.chainmaker.org.cn
HostName git.chainmaker.org.cn
User git
IdentityFile ~/.ssh/id_rsa_chainmaker
并且将公钥上传至了 https://git.chainmaker.org.cn/ 中的 个人 ssh key.
当时测试连通性时 ssh git.chainmaker.org.cn 还是需要输入密码。
并且 git clone git@git.chainmaker.org.cn:chainmaker/chainmaker-go.git 也还是需要输入密码。
或者支持 https://username:password@git.chainmaker.org.cn/chainmaker/chainmaker-go.git 方式clone项目
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information