企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 1.在命令行中声称ssh秘钥 ~~~ ssh-keygen -t rsa -C 981876004@qq.com ~~~ ![无标题.png](https://upload-images.jianshu.io/upload_images/16515036-8565a125b3c0373f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ## 2.获取ssh秘钥 ![2.png](https://upload-images.jianshu.io/upload_images/16515036-0ea02ff1eaa4de9c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![3.png](https://upload-images.jianshu.io/upload_images/16515036-73a1e2e474eab17e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ## 3.在码云上设置公钥 ![3.png](https://upload-images.jianshu.io/upload_images/16515036-46143b759a578e08.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![3.png](https://upload-images.jianshu.io/upload_images/16515036-8295790ff83cea9d.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ## 4.将远程仓库克隆到本地 ~~~ git clone git@gitee.com:April_l/first.git ~~~