datetimepicker-rails icon indicating copy to clipboard operation
datetimepicker-rails copied to clipboard

Please release the latest fix "Fix git submodules path"

Open AdhamMoussa opened this issue 2 years ago • 2 comments

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

AdhamMoussa avatar Mar 30 '22 05:03 AdhamMoussa

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

aruprakshit avatar Jul 06 '22 14:07 aruprakshit

Workaround:

Replace the gemfile entry with

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

TruRooms avatar Jul 17 '22 19:07 TruRooms