Skip to content

Do not use urllib to parse git URLs.#43

Open
holocronweaver wants to merge 1 commit into
frace:masterfrom
holocronweaver:holocronweaver
Open

Do not use urllib to parse git URLs.#43
holocronweaver wants to merge 1 commit into
frace:masterfrom
holocronweaver:holocronweaver

Conversation

@holocronweaver
Copy link
Copy Markdown
Contributor

Many valid git URLs (e.g., git@github.com:Org/Private-repo.git) cannot be parsed by urllib.

See SO answer for more detail: https://stackoverflow.com/a/49345524/376497

For now, just check if git URL contains service URL.

Many valid git URLs cannot be parsed by urllib.

For now, just check if git url contains service url.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant