
Git
嘿lemon
http://my.youkuaiyun.com/u012343297#
展开
-
本地环境git配置及常用命令
1、安装TortoiseGit。 2、生成pub key 右键菜单 git bash打开mingw32命令窗口输入 ssh-keygen -t rsa -C "xxxxx@xxxxx.com" 其中 xxxxx@xxxxx.com 为你在oschina注册账号所使用的邮箱地址 然后去你自己的用户家目录(windows是C:\User\你的用户名\ ...原创 2018-02-23 16:31:55 · 1445 阅读 · 0 评论 -
git SSL certificate problem: unable to get local issuer certificate
今天使用git下载源码的时候,提示:SSL certificate problem: unable to get local issuer certificate 解决方案: git配置去掉SSL验证git config --global http.sslVerify false 问题解决。...原创 2018-04-13 17:28:09 · 3687 阅读 · 1 评论