Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please release the latest fix "Fix git submodules path" #94

Open
AdhamMoussa opened this issue Mar 30, 2022 · 2 comments
Open

Please release the latest fix "Fix git submodules path" #94

AdhamMoussa opened this issue Mar 30, 2022 · 2 comments

Comments

@AdhamMoussa
Copy link

My bundle is failing because of thew error

The unauthenticated git protocol on port 9418 is no longer supported.
fatal: clone of 'git://github.com/eonasdan/bootstrap-datetimepicker.git' into submodule path '/usr/local/bundle/bundler/gems/datetimepicker-rails-36d21cec5da7/bootstrap-datetimepicker' failed
Failed to clone 'bootstrap-datetimepicker' a second time, aborting
@aruprakshit
Copy link

aruprakshit commented Jul 6, 2022

I have the same error on Heroku review apps.

Retrying `git clone 'git://github.com/zpaulovics/datetimepicker-rails.git' "/tmp/build_8c2d2e4b/vendor/bundle/ruby/2.6.0/cache/bundler/git/datetimepicker-rails-dbe0581d6e31538fee92ab883d261b9cacbf6108" --bare --no-hardlinks --quiet` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/zpaulovics/datetimepicker-rails.git' "/tmp/build_8c2d2e4b/vendor/bundle/ruby/2.6.0/cache/bundler/git/datetimepicker-rails-dbe0581d6e31538fee92ab883d261b9cacbf6108" --bare --no-hardlinks --quiet` in directory /tmp/build_8c2d2e4b has failed.fatal: unable to connect to github.com:
       github.com[0: 141.82.213.4]: errno=Connection timed out

@TruRooms
Copy link

Workaround:

Replace the gemfile entry with

gem 'datetimepicker-rails', git: '[email protected]:zpaulovics/datetimepicker-rails.git', branch: 'master', submodules: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants