摘要: git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # 配置用户名 git config --global user.email "xxx@xxx.com" # 配置邮件 git config --global color 阅读全文
posted @ 2017-05-30 22:51 lemonlemontree 阅读(191) 评论(0) 推荐(0)
摘要: 在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) 环境:windows10 x64 ,python2.7 ,VS2015 原因:windows下使用pip安 阅读全文
posted @ 2017-05-30 20:22 lemonlemontree 阅读(9236) 评论(0) 推荐(0)