This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
"git.company.com:1234/group/project.git" is not a valid import path #411
Closed
Description
From @liuliuhit on April 19, 2017 3:22
I got this error message because of normalizeURI() function.
Notice deduce.go
line 75
pathvld = regexp.MustCompile(`^([A-Za-z0-9-]+)(.[A-Za-z0-9-]+)+(/[A-Za-z0-9-_.~]+)*$`)
pathvld seems not support the uri pattern with port.
thanks😀
Copied from original issue: sdboyer/gps#219