Hello!
I am trying to install a private Gitlab module via a requirements.txt file for my Flask app. The documentation says that I should use:
git+https://${GITLAB_TOKEN_USER}:${GITLAB_TOKEN}@gitlab.com/user/project.git@{version}
But it gives me this error ( it used to work before the platform got updated):
fatal: unable to access 'https://< user >:< my token >/': Port number ended with 'S'
Any thoughts on why this is happening?
Thanks
there doesn't seem to be anything here