I have a problem with the subject. I have a private Gitlab server where we need to setup nuget package repository.
"Packages" feature is enabled in Gitlab, I can open the list of packages, but it is empty, so I assume I need to push packages to it. So I do nuget push and getting this:
Initially, I had another issue with authentication and was getting 401 return code, but it was solved, now I am getting 404. I don't have any proxy. I am using the token with access to all scopes:
What could be the root cause of this problem?