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 protocol for Github #756

Merged

Conversation

aidanharan
Copy link
Contributor

@aidanharan aidanharan commented Apr 2, 2020

Use the https protocol to connect to Github rather than git. This will remove the following warning message.

$  bundle install
The git source `git://github.com/rails/rails.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.
Fetching git://github.com/rails/rails.git
...

I copied the code from the Rails Gemfile https://github.com/rails/rails/blob/master/Gemfile

@aidanharan aidanharan marked this pull request as ready for review April 2, 2020 14:39
@wpolicarpo wpolicarpo merged commit b10e2b2 into rails-sqlserver:6-0-dev Apr 2, 2020
@aidanharan aidanharan deleted the gemfile-github-https branch April 2, 2020 15:05
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.

None yet

2 participants