2023年4月7日

摘要: Git的使用 1. git配置 获取本机ssh key: ssh-keygen -t -C "<yourEmail@example.com>" 配置全局name和email: git config --global user.name "<yourName>" git config --global 阅读全文
posted @ 2023-04-07 16:38 sdlyxyf 阅读(153) 评论(0) 推荐(0)

导航