摘要: git 常用命令 创建SSH Key $ ssh-keygen -t rsa -C "youremail@example.com" 测试SSH KEY配对成功 $ ssh -T git@gitee.com 配置用户信息 $ git config --global user.name "Your Na 阅读全文
posted @ 2024-03-13 13:07 冷月希 阅读(18) 评论(0) 推荐(0)