-
Notifications
You must be signed in to change notification settings - Fork 58
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
Custom repository url #1
Comments
I think I know whats going on here. I think my RegExp in this line is not smart enough to parse out your group and repo name. I use the repository remote url from I'm guessing your remote url looks something like...
I should have a fix for this pretty soon... |
Can you give me an example or your remote url? so I can ensure it works? |
Thank you for your quick reply. My remote url is:
|
Published in v0.2.1 which should contain the fix. |
I've updated the plugin and now it's working :-) Thank you very much! Regards, Iván. |
Hi,
I'm trying your plugin and I think it's great. I'm using a custom repository url as my project is neither in github nor in bitbucket.
I've defined the custom url like this:
But when the url is opened in the browser the generated url is:
As you can see the //[email protected]:2222/ is not right. If I remove this part from the url the link is generated correctly.
Is there any way I can define the custom url without the ssh url that I use to push to the repo?
Regards, Iván.
The text was updated successfully, but these errors were encountered: