摘要: 因为Git是分布式版本控制系统,所以,每个机器都必须自报家门:你的名字和Email地址。$ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 创建SSH Key 阅读全文
posted @ 2018-02-20 22:58 冂冋冏囧 阅读(231) 评论(0) 推荐(0) 编辑