12 2017 档案

摘要:1.在命令行中,输入“git init”,使Test文件夹加入git管理; 2.输入“git add .”(不要漏了“.”),将Test文件夹全部内容添加到git。 3.输入“git commit m "first commit"”(“git commit m "提交信息"” ) 4.输入“git 阅读全文
posted @ 2017-12-22 15:26 JustToGo 阅读(159) 评论(0) 推荐(0)
摘要:注册trunk 命令 pod trunk register 邮箱 用户名 结果 [!] Please verify the session by clicking the link in the verification email that has been sent to 邮箱 注册成功后返回你 阅读全文
posted @ 2017-12-21 15:39 JustToGo 阅读(271) 评论(0) 推荐(0)
摘要:首先,检查你的ruby源: gem sources l 默认情况是:https://rubygems.org/ 这个源路径国内不能使用,之前是使用淘宝的镜像https://ruby.taobao.org/,现在发现这个也不能使用了,替换为http://gems.ruby china.org/ 移除旧 阅读全文
posted @ 2017-12-15 17:34 JustToGo 阅读(132) 评论(0) 推荐(0)