algolia / algoliasearch-zendesk

Integrate Algolia within your Zendesk Help Center in minutes.
https://community.algolia.com/zendesk
Other
21 stars 12 forks source link

fix: run bundle update --bundler #158

Closed sbellone closed 2 years ago

sbellone commented 2 years ago

DI-263

When trying to run bundle install I got the following errors:

Fetching gem metadata from https://rubygems.org/......
Fetching git://github.com/Jerskouille/zendesk_api_client_rb.git
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Connection timed out
Retrying `git clone 'git://github.com/Jerskouille/zendesk_api_client_rb.git' "~/.bundle/cache/git/zendesk_api_client_rb-df58bad78f001bec9a60abddad77ea154163b023" --bare --no-hardlinks --quiet` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/Jerskouille/zendesk_api_client_rb.git' "~/.bundle/cache/git/zendesk_api_client_rb-df58bad78f001bec9a60abddad77ea154163b023" --bare --no-hardlinks --quiet` in directory ~/dev/algoliasearch/algoliasearch-zendesk/crawler has failed.

Running bundle update --bundler fixed the issue (especially changing the git protocol, which was the issue)