-
Notifications
You must be signed in to change notification settings - Fork 86
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
Support non-public hosts such as GitHub Enterprise #39
Comments
You may be interested in #11 and this comment - #11 (comment) |
@hutson the solution above wouldn't solve the issue you're pointing to. But it would provide with a nice fallback. Would you accept a PR implementing the fallback? |
I'm not with |
Having this issue here sindresorhus/np#357 and would love to see it implemented! |
Hi I have solved this issue for me using an option flag |
the Gitlab Enterprise hosts is not supported too, like: 'git+https://oauth2:TOKEN@gitlab.MYCOMPANY.com/PATH/TO/PROJECT.git#v1.0.5' |
I thought it would be best to break this out into its own issue.
Is it the intention to support non-public hosts like this?
e.g. its use might look like:
but could also look like:
There's nothing about the above that says "this is of type github" and it could just as easily be gitlab instead. But perhaps it's possible to at least return as much info as possible, e.g.
/* info looks like:
{
type: "unknown",
domain: "code.mycompany.com",
user: "abc",
project: "def"
}
*/
The text was updated successfully, but these errors were encountered: