摘要: 今天在调试更新git时出现了如下问题:fatal: unable to auto-detect email address 解决方法: 1.输入以下两段命令: git config --global user.email "you@example.com" git config --global u 阅读全文
posted @ 2017-09-04 17:34 bobo_wx 阅读(1878) 评论(0) 推荐(0)
摘要: #-*- coding:utf-8 -*- 阅读全文
posted @ 2017-06-22 20:43 bobo_wx 阅读(273) 评论(0) 推荐(0)