質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

ImageMagick

ImageMagickとは、画像の表示や操作を行うオープンソースのソフトウェアです。プログラムはCで書かれており、GIFやJPEG、PDFなど画像ファイルフォーマット100種類以上に対応しています。

Q&A

0回答

1130閲覧

railsのRefileがbundle installできない

ryu-baiman

総合スコア0

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

ImageMagick

ImageMagickとは、画像の表示や操作を行うオープンソースのソフトウェアです。プログラムはCで書かれており、GIFやJPEG、PDFなど画像ファイルフォーマット100種類以上に対応しています。

0グッド

0クリップ

投稿2022/03/24 08:24

gemfileでRefileをインストールしようとしました。

gem "refile", require: "refile/rails", github: 'manfe/refile' gem "refile-mini_magick"

そこでbundle installすると、、、

The git source `git://github.com/manfe/refile.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. Fetching git://github.com/manfe/refile.git fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Retrying `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` in directory /home/ec2-user/environment/Chatbot has failed.fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Retrying `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` in directory /home/ec2-user/environment/Chatbot has failed.fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Retrying `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` in directory /home/ec2-user/environment/Chatbot has failed.fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Git error: command `git clone 'git://github.com/manfe/refile.git' "/home/ec2-user/.rvm/gems/ruby-2.6.3/cache/bundler/git/refile-197f44e2ac4e44430807f905ad7632ff5c702ce5" --bare --no-hardlinks --quiet` in directory /home/ec2-user/environment/Chatbot has failed.

このようなエラーが出てしまいます。
調べたところgithubのリモートリポジトリと紐づけされてないのが原因なのかなと思ったのですが、pushでファイルを上げることは出来るのでどういう状態なのか行き詰っています。

どなたかご教示いただけますと幸いです。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問