摘要: git 常用命令。 创建SSH Key $ ssh-keygen -t rsa -C "youremail@example.com" 配置用户信息 $ git config --global user.name "Your Name" $ git config --global user.email 阅读全文
posted @ 2024-12-11 12:27 HuangBingQuan 阅读(13) 评论(0) 推荐(0)