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

Use https in readme's gem instructions. #374

Closed
wants to merge 1 commit into from

Conversation

ktusznio
Copy link

Using the git protocol, yields the following warning during a bundle install:

The git source git://github.com/rails/webpacker.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.

Use https instead.

Using the git protocol, yields the following warning during a `bundle install`:

> The git source `git://github.com/rails/webpacker.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.

Use https instead.
@gauravtiwari
Copy link
Member

@ktusznio Thanks, started doing some work here #372. Please submit any comments there 👍

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

Successfully merging this pull request may close these issues.

2 participants