How to import private pacakge from git lab

i want to import a private package from git lab, but go get returns an error (

You need to configure git to replace the HTTPS URL of the repository with its SSH counterpart to be able to access it.

I have similar configuration at my work computer but won’t be able to access it before Monday.

As a workaround you can git clone the private repository manually to were it belongs.

2 Likes

Hey man check this link, it work for me.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.