Closed nicokrez closed 4 years ago
Hi,
I am working on Ubuntu 18.04 server, should have already mentioned in my initial post. I solved it here is my solution for anyone who might have the same problem. It is not a bug related to NIRVANA but to nuget from dotnet.
~/.nuget/packages$ nano ../NuGet/NuGet.Config
<config>
<add key="http_proxy" value="http://my.proxy.address:port" />
<add key="http_proxy.user" value="User" />
<add key="http_proxy.password" value="passwdBase64Endcoded" />
</config>
- downloaded service index to nuget packages:
`~/.nuget/packages$ wget https://api.nuget.org/v3/index.json`
Best,
Nicolas
Hi,
when I run the most recent TestNirvana.sh from I get the following error:
/usr/share/dotnet/sdk/3.0.100/NuGet.targets(123,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/media/data/additional_genome_information/NIRVANA/3.5.0/Nirvana/Nirvana.sln] /usr/share/dotnet/sdk/3.0.100/NuGet.targets(123,5): error : GSSAPI operation failed with error - An invalid name was supplied (Configuration file does not specify default realm). [/media/data/additional_genome_information/NIRVANA/3.5.0/Nirvana/Nirvana.sln]
Best, Nicolas