0

I had a dotnet program that was working fine. I pulled the latest master on JetBrain Rider 2024.2.4. I am suddenly getting NU1301

Troubleshooting I've done:

  1. Dotnet clean && dotnet restore
  2. re-cloning from main
  3. dotnet restore --interactive
  4. refreshed my Gitlab PAT
  5. deleted and recreated my feeds
  6. added my PAT and username manually in the .config file
  7. List item
<packageSourceCredentials>
     <gitlab>
       <add key="Username" value="naername" />
       <add key="ClearTextPassword" value="pat" />
     </gitlab>
   </packageSourceCredentials>

I apologize if this has already been asked, I searched the forums here and tried all the resolutions but I'm losing my mind and I have a minor C# Bug fix need to push out tomorrow.

1 Answer 1

0

Please try setting Settings | Build, Execution, Deployment | NuGet | Credential Provider to NuGet/.NET CLI plugins.

If that doesn't help, please create a new support ticket (Help | Contact Support) with the following logs:

  • Enable NuGet All, NuGetSearch trace scenarios via Help | Diagnostic Tools | Choose Trace Scenarios;
  • Reproduce the issue;
  • Share the output in the NuGet tool window | Log tab;
  • Collect logs via Help | Collect Logs and Diagnostic Data;
  • Disable the trace scenarios enabled previosly;
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.