chris-peterson / pwsh-gitlab

:computer: PowerShell module for GitLab
MIT License
22 stars 10 forks source link

Projects with periods in the path result in 404 errors when using git@ format URLS #88

Closed CaseyMacPherson closed 7 months ago

CaseyMacPherson commented 7 months ago

Projects that have a . in their path aren't parsed correctly by Get-LocalGitContext. This results in commands getting 404's because it truncates the group path at the first .

Example project path git@gitlab.com:myprojectgroup/subgroup/project.with.periods

PS> Push-Location repowithperiods
PS> (get-localGitContext).Project

myprojectgroup/subgroup/project