
Ruby
LFfootprint
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ruby基本命令(一)
gem install -l compass-1.0.3.gem gem list --local gem uninstall cocoapods gem sources -l gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ 更新缓存 gem sources -u ...原创 2020-01-16 13:47:43 · 428 阅读 · 0 评论 -
安装zlib-1.1.0.gem时报undefied method invoke_with_build_args for nil:NilClass
安装gem install -l zlib-1.1.0.gem 时报以下错误: ERROR: Loading command: install (LoadError) cannot load such file -- zlib ERROR: While executing gem ... (NoMethodError) undefined method `invo...原创 2019-12-26 10:54:30 · 1067 阅读 · 0 评论