-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
7.0.0+ unexpected breaking change: git://
URLs are no longer supported
#46
Comments
@nbouvrette I am checking this now. I guess it should be Consider that $ git clone -v git://github.com:42/42-bootstrap.git
Cloning into '42-bootstrap'...
warning: templates not found in /home/ionicabizau/.git-templates
Looking up github.com ... done.
Connecting to github.com (port 42) ... ^C Should I may miss anything, do let me know. 😁 |
@IonicaBizau I just wanted to confirm: is this a breaking change that won't be restored? |
@mhassan1 Like commented above, I don't see any case where we would use |
Makes sense. It seems like |
This issue is related to these two issues:
I am not sure if the issue has been caused by this repo or by https://github.com/IonicaBizau/parse-path
If this is by this repo, I suspect this new regular expression might be the cause:
parse-url/lib/index.js
Line 40 in 21c72ab
But in a nutshell, before you did many changes to many of your repositories, this URL:
git://github.com:user/repo
resolved to this:After your changes it now resolves to this:
The text was updated successfully, but these errors were encountered: