ruby on rails - Not able to install jekyll without root access -


i trying install jekyll, there documentation says install :

gem install jekyll 

when try above gives error:

error: not find valid gem 'jekyll' (>= 0), here why: unable download data https://rubygems.org/ - no such name (https://api.rubygems.org/specs.4.8.gz)

but when tried:

sudo gem install jekyll 

it worked fine , gave following output :

successfully installed jekyll-2.5.3

1 gem installed

i went through this write permission, while problem facing not being able access source.

my internet connection fine , https_proxy unset not behind proxy server. sudo/root access doing able access when can't?


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -