We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent 95d27a8 commit 97b819cCopy full SHA for 97b819c
src/libvcs/url/git.py
@@ -26,7 +26,7 @@
26
from .constants import RE_PIP_REV, RE_SCP, RE_USER
27
28
RE_PATH = r"""
29
- (?P<hostname>([^/:]+))
+ (?P<hostname>([^/:@]+))
30
(:(?P<port>\d{1,5}))?
31
(?P<separator>[:,/])?
32
(?P<path>
0 commit comments