摘要: # 初始化一个新的Git仓库git init # 克隆远程仓库到本地git clone <repository_url> # 配置用户信息git config --global user.name "Your Name"git config --global user.email "your.ema 阅读全文
posted @ 2023-10-11 10:34 Leewell_fx 阅读(23) 评论(0) 推荐(0)