Git Product home page Git Product logo

Comments (4)

gousiosg avatar gousiosg commented on August 20, 2024 2

This has been resolved in master. Until a release is pushed to RubyGems, you can do the following

git clone https://github.com/gousiosg/github-mirror.git
cd github-mirror
gem build ghtorrent.gemspec
gem install ghtorrent-0.11.gem

or you can just use the code directly from the checkout like so:

ruby -Ilib bin/ght-retrieve-repo user repo 

from github-mirror.

edwardmp avatar edwardmp commented on August 20, 2024

Encountered same type of issue for both sqlite as mysql today. Would probably be a good idea to push a release..

Master doesn't work either, I had to checkout commit 3474a60 to get it to work.

Else it threw:

gem build ghtorrent.gemspec
You have to have changelog gem installed for post install message
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
    ["bin/ght-get-more-commits"] are not files

I still get this while it runs though:

SQLite3::SQLException: table users has no column named fake
/Users/edward/.rvm/gems/ruby-2.2.3/gems/sqlite3-1.3.11/lib/sqlite3/database.rb:91:in `initialize'

Or in MYSQL

WARN, 2016-05-11T15:35:49+02:00, ghtorrent -- ghtorrent.rb: Transaction failed (3551 ms)
Mysql2::Error: Unknown column 'fake' in 'field list'
/Users/edward/.rvm/gems/ruby-2.2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query'

from github-mirror.

gousiosg avatar gousiosg commented on August 20, 2024

Thanks for reporting this @edwardmp, can you please check again (with master)?

from github-mirror.

edwardmp avatar edwardmp commented on August 20, 2024

@gousiosg yep works, thanks

from github-mirror.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.