Closed ghost closed 8 years ago
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
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 3474a60a231363405ffa56cac59f3101654c656f 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'
Thanks for reporting this @edwardmp, can you please check again (with master)?
@gousiosg yep works, thanks
Hi during run this command: ght-retrieve-repo user repo I received followed error:
Can I resolve this problem?