You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO ] Installing modules in project path
[INFO ] Building cache files...
[INFO ] Updating cache of dependency gtrlib
[INFO ] Downloading dependency [email protected]:delphi/libraries/mylib
[ERROR] Cloning into 'X:\git_local\bosstest\modules\mylib'...
[ERROR] fatal: unable to access 'https://mygitlab.domain.de:delphi/libraries/mylib/': URL rejected: Port number was not a decimal number between 0 and 65535
[ERROR] exit status 128
Why does it try to map the given repository path to a https:// path?
Is there another syntax on how to pass wht git@xxx/bla.git repository format?
Cloning the repositories manually on the command line using git directly works like a charm using ssh
The text was updated successfully, but these errors were encountered:
I see that in the utils.go > EnsureDependencyOfArgs function the .git suffix is trimmed. But why is that?
the dependendy as given above should be valid.
EDIT: and why is the https:// prefix enforced?
For the repository structure as shown above this is not needed
I have logged in to my own hosted gitlab and try to download / install a dependency in a boss test project
But when I try to add the repository in the format:
I get the following error:
Why does it try to map the given repository path to a https:// path?
Is there another syntax on how to pass wht git@xxx/bla.git repository format?
Cloning the repositories manually on the command line using git directly works like a charm using ssh
The text was updated successfully, but these errors were encountered: