GemcutterにRubyForgeから一括インポートされている自分のGemが更新できなくて困った>Gemcutterの中の人に連絡して解決
と、いう人が結構いるみたい。
自分もその一人。
gem push しようとしたら、permissionが...
$ gem push ruby_gntp-0.2.0.gem Pushing gem to Gemcutter... You do not have permission to push to this gem.
って出るし。
じゃあってんで、ここに書いてあるように、gem migrate してみるが、これも失敗。
$ gem migrate ruby_gntp Starting migration of ruby_gntp from RubyForge... A migration token has been created. Uploading the migration token to ruby_gntp.rubyforge.org. There was a problem uploading your token: SCP did not finish successfully (1) Asking Gemcutter to verify the upload... <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" /> (snip)
んで、そういう場合は中の人に知らせてくれたら何とかする。ってサイトに書いてたので、GemcutterのGoogle groupに投稿してみた。
Hi. i'm new to gemcutter.Please help.
I am owner of 'ruby_gntp' (http://rubyforge.org/projects/rubygntp/)
I want to switch RubyForge to Gemcutter.So I was try to push new gem.
But, it fail.
- -
$ gem push ruby_gntp-0.2.0.gem
Pushing gem to Gemcutter...
You do not have permission to push to this gem.
- -
Then I was try migrate. but, it failed too.
- -
$ gem migrate ruby_gntp
Starting migration of ruby_gntp from RubyForge...
A migration token has been created.
Uploading the migration token to ruby_gntp.rubyforge.org.
There was a problem uploading your token: SCP did not finish
successfully (1)
Asking Gemcutter to verify the upload...
(snip)
- -
How can I do?
すると、ものの5分で返事が返ってきた。
I just approved your ownership over the gem. I'll be glad once we've imported the RubyForge user data and this whole confusing process can just disappear.
- Nick
今度はすんなり gem push できた。
同じような現象で困ってる人は、一度 Google group に投げてみるといいと思う。