V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  nuc093  ›  全部回复第 1 页 / 共 8 页
回复总数  145
1  2  3  4  5  6  7  8  
2018-07-27 08:26:41 +08:00
回复了 ato 创建的主题 Hexo 搭建 hexo,在执行 hexo deploy 后,出现 error deployer not found:github 的错误
@Melodic npm install hexo-deployer-git --save 可行,谢谢!
2018-05-06 20:35:59 +08:00
回复了 ePingTu 创建的主题 macOS 分享: WPS for mac 内测版本
您使用的是 OS X 10.11.6。该应用程序要求 OS X 10.12 或更高版本。
目前 OSX 升级 只能升级到 10.11.6
2017-08-23 16:17:28 +08:00
回复了 gotounix 创建的主题 React preact 有人关注过/使用过么?
@tao1991123 想用 preact 搞个布局
https://github.com/STRML/react-grid-layout/blob/master/test/examples/0-showcase.jsx

这玩意 写成 preact 应该怎么写
2017-06-30 16:16:15 +08:00
回复了 brooky 创建的主题 程序员 怎么提高 stackoverflow 的 reputation 值?
英文是关键
2017-06-30 16:15:58 +08:00
回复了 brooky 创建的主题 程序员 怎么提高 stackoverflow 的 reputation 值?
2016-12-28 14:54:06 +08:00
回复了 peneazy 创建的主题 JavaScript 前端程序员学后端开发,选择 Node.js 还是 php
2016-12-18 10:53:27 +08:00
回复了 bboysoul 创建的主题 程序员 在 github 上搭建博客用什么比较好
2016-12-15 09:48:15 +08:00
回复了 zwl2828 创建的主题 macOS macOS Sierra 10.12.2 is here
我是退回到了 10.11.6 。用于生产力的还是慢一、两个版本再升级吧。上面生产力的软件 折腾的也够呛。
2016-12-15 09:45:33 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
@046569
是别人的模板。正如你所定位的问题,敲以下两个命令

➜ b git:(gh-pages) ✗ bundle update

➜ b git:(gh-pages) ✗ bundle exec jekyll serve

http://idratherbewriting.com/documentation-theme-jekyll/

按照此文章的第四点进行操作

### 4. Option 2: Build the Theme (with the github-pages gem)

If you are in fact publishing on Github Pages, leave the Gemfile and Gemfile.lock files in the theme.The Gemfile tells Jekyll to use the github-pages gem. However, note that you cannot use the normal jekyll serve command with this gem due to dependency conflicts between the latest version of Jekyll and Github Pages (which are noted briefly here).

You need Bundler to resolve these dependency conflicts. Use Bundler to install all the needed Ruby gems:

bundle update
Then always use this command to build Jekyll:

bundle exec jekyll serve
2016-12-14 10:12:59 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
@046569
嗯 我先是 brew install ruby 的,后来 rbevn install 某版本。
2016-12-13 20:54:43 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
@046569

➜ b git:(gh-pages) ✗ which bundle
/usr/local/bin/bundle
➜ b git:(gh-pages) ✗ jekyll --server
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/definition.rb:179:in `rescue in specs': Your bundle is locked to i18n (0.7.0), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of i18n (0.7.0) has removed it. You'll need to update your bundle to a different version of i18n (0.7.0) that hasn't been removed in order to install. (Bundler::GemNotFound)
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/definition.rb:173:in `specs'
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/definition.rb:233:in `specs_for'
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/definition.rb:222:in `requested_specs'
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/runtime.rb:118:in `block in definition_method'
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/runtime.rb:19:in `setup'
from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler.rb:99:in `setup'
from /usr/local/lib/ruby/gems/2.3.0/gems/jekyll-3.3.1/lib/jekyll/plugin_manager.rb:36:in `require_from_bundler'
from /usr/local/lib/ruby/gems/2.3.0/gems/jekyll-3.3.1/exe/jekyll:9:in `<top (required)>'
from /usr/local/bin/jekyll:22:in `load'
from /usr/local/bin/jekyll:22:in `<main>'

### 可能还是版本问题
2016-12-13 09:07:45 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
@046569
➜ ~ which bundle
bundle not found
➜ ~ gem list|grep bundler
2016-12-12 20:29:32 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
qk:b qk$ echo $PATH
/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/qk/.rvm/bin
qk:b qk$ ruby --version
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin15]
2016-12-12 20:27:19 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
不过我照我找到的方法做了好几篇还是报同样的错
2016-12-12 20:25:18 +08:00
回复了 nuc093 创建的主题 macOS OSX jekyll install 后 jekyll 启动报如下错误
感谢楼上两位帮助,我搜了一下相关的问题及一些解决方法是:

https://github.com/jekyll/jekyll/issues/3984


Proposed Checklist for Mac OS X 10.11 El Capitan

Install the Xcode command line utilities xcode-select --install
Install Homebrew (instructions at http://brew.sh)
Modify $PATH to use Homebrew export PATH=/usr/local/bin:$PATH
Modify $PATH for GUI apps launchctl setenv PATH "/usr/local/bin:$PATH"
Install the latest Ruby brew install ruby
Install the latest Jekyll gem install jekyll


http://stackoverflow.com/questions/31567029/how-can-i-install-jekyll-on-osx-10-11

Jekyll & Mac OS X 10.11

http://jekyllrb.com/docs/troubleshooting/#jekyll-amp-mac-os-x-1011
2016-12-12 18:36:36 +08:00
回复了 4ever911 创建的主题 Linux 有强迫症的别折腾 Linux,太浪费时间了
1 、 Mac + Homebrew + Cask
2 、 Vagrant + Ubuntu
我的状态
2016-12-12 12:23:13 +08:00
回复了 4ever911 创建的主题 Linux 有强迫症的别折腾 Linux,太浪费时间了
这折腾的够厉害!想想还是保持一台不用折腾的满足 工作需求。另外搞一台做折腾用。
2016-12-05 20:15:41 +08:00
回复了 Asan 创建的主题 macOS brew update 总是失败
2016-11-28 21:04:45 +08:00
回复了 YooEgg 创建的主题 PHP 求助,学习 php 从 Thinkphp 学起可以吗?
2016-11-28 20:51:40 +08:00
回复了 YooEgg 创建的主题 PHP 求助,学习 php 从 Thinkphp 学起可以吗?
laravel
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5436 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 08:32 · PVG 16:32 · LAX 01:32 · JFK 04:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.