79385017

Date: 2025-01-24 16:42:49
Score: 1
Natty:
Report link

To solve the problem, I had to edit ~/.netrc and add

machine <gitlab server> login <user> password <password>

using a GitLab access token as password.

I also needed to add my SSH key to the ssh-agent to avoid Permission denied (publickey).

eval `ssh-agent` && ssh-add
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Martin Larsson