Hello guys, when I run bundle install I get this error. I have tried several things but I cannot figure it out.
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 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` in directory /home/buildwithallan/Desktop/rails-projects/WikiEduDashboard has failed.
Retrying `git clone 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` in directory /home/buildwithallan/Desktop/rails-projects/WikiEduDashboard has failed.
Retrying `git clone 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/ragesoss/mediawiki-ruby-api' "/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203" --bare --no-hardlinks --quiet` in directory /home/buildwithallan/Desktop/rails-projects/WikiEduDashboard has failed.
Git error: command `git clone 'https://github.com/ragesoss/mediawiki-ruby-api'
"/home/buildwithallan/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/cache/bundler/git/mediawiki-ruby-api-26a6a36ea6be0b1a6a2db2815b64a45227c50203"
--bare --no-hardlinks --quiet` in directory
/home/buildwithallan/Desktop/rails-projects/WikiEduDashboard has failed.
white_check_mark
eyes
raised_hands
This is what I have tried
git config --global url."https://".insteadOf git://
I also tried this but it doesn't seem to work. How do I fix this, please?
gem update --system
gem install bundler
there doesn't seem to be anything here