-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Use https:// instead of git:// on GitHub URL's #2569
Conversation
Awesome. thank you so much. While we are at it, can we also update |
@gnufied outside the scope of this pull, but fixing deprecations inside our own spec suite sounds like a good idea. :) |
okay, cool. agreed lets merge this. |
@gnufied |
Separate pull request for that was merged yesterday. On Mon, Jul 29, 2013 at 11:57 AM, Fuad Saud [email protected]
|
As far as I can tell, this doesn't break any backwards compatibility, and it is following github's suggestions for more efficient transfer of repos. 👍 |
Use https:// instead of git:// on GitHub URL's
@indirect nice, thanks! |
So, we bundled using 1.4.0.pre.1 and committed the resulting change to Gemfile.lock. Then when we deployed with bundler 1.3.5, we got this:
|
Yeah, the change isn't backwards compatible and has been reverted from Bundler 1.4. Please install 1.4.pre.2, which goes back to using git URLs. Bundler 2.0 will make the breaking change to HTTPS. |
Awesome! Thanks! |
@indirect Ah nice, exactly what I am needing (git port is blocked by proxy). Any ETA for Bundler 2.0? |
you can just use :git => "https..." On Sun, Sep 8, 2013 at 11:52 PM, Marc Schlaich [email protected]
|
Yes, I know. But that is not a perfect solution for shared repositories. |
we should allow ssh+git protocol to be configured for GitHub. With https you have to enter the username password for the private repository. |
See #1820