Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Explain why we don't use HTTPS for github sources #4127

Merged
merged 1 commit into from Nov 28, 2015
Merged

Explain why we don't use HTTPS for github sources #4127

merged 1 commit into from Nov 28, 2015

Conversation

TimMoore
Copy link
Contributor

There are frequent pull requests proposing this change, which has already been merged to 2-0-dev.

Hopefully, this will help avoid so much wasted time.

There are frequent pull requests proposing this change, which has
already been merged to 2-0-dev.
@simi
Copy link
Member

simi commented Nov 27, 2015

👍

@segiddins
Copy link
Member

@homu r+ thanks Tim!

@homu
Copy link
Contributor

homu commented Nov 27, 2015

📌 Commit 9e055dc has been approved by segiddins

@homu
Copy link
Contributor

homu commented Nov 27, 2015

⌛ Testing commit 9e055dc with merge c3f5e1c...

homu added a commit that referenced this pull request Nov 27, 2015
…=segiddins

Explain why we don't use HTTPS for github sources

There are frequent pull requests proposing this change, which has already been merged to 2-0-dev.

Hopefully, this will help avoid so much wasted time.
@homu
Copy link
Contributor

homu commented Nov 28, 2015

💔 Test failed - status

@TimMoore
Copy link
Contributor Author

@homu retry

@homu
Copy link
Contributor

homu commented Nov 28, 2015

⚡ Test exempted - status

@homu homu merged commit 9e055dc into rubygems:master Nov 28, 2015
homu added a commit that referenced this pull request Nov 28, 2015
…=segiddins

Explain why we don't use HTTPS for github sources

There are frequent pull requests proposing this change, which has already been merged to 2-0-dev.

Hopefully, this will help avoid so much wasted time.
@TimMoore TimMoore deleted the comment-on-git-vs-https-github-urls branch November 28, 2015 01:15
yahonda added a commit to yahonda/oracle-enhanced that referenced this pull request Oct 3, 2016
```ruby
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.
```

Refer rubygems/bundler#4127
@coilysiren coilysiren modified the milestone: Release Archive Oct 9, 2016
koic added a commit to koic/cucumber-ruby that referenced this pull request Sep 15, 2018
This PR suppresses the following warnings.

```console
% bundle install
The git source `git://github.com/cucumber/cucumber-ruby-core.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.
The git source `git://github.com/cucumber/cucumber-ruby-wire.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/cucumber/cucumber-ruby-core.git
Fetching git://github.com/cucumber/cucumber-ruby-wire.Git
```

Refer: rubygems/bundler#4127
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants