I'm trying to import a private Deno repo from gitlab into another Deno repo.
I run the command:
deno install "https://gitlab.com/username/my_awesome_project"
But I got the error:
error: Import 'https://gitlab.com/users/sign_in' failed: 503 Service Unavailable
I don't know how to handle the authentication of my gitlab into deno.
Thanks.