好奇想学一下 dotnet core ,手头上一台 Chromebook 安装的是 Deepin 15,所以就在 Deepin 上安装 dotnet 环境,想学学 c#. 在 https://www.microsoft.com/net/download/linux 下载了对应的 Depian8 版本,安装之后,
elone@elone-pc:~/code/test$ dotnet --version
1.0.0-preview2-1-003177
elone@elone-pc:~/code/test$ dotnet new
Created new C# project in /home/elone/code/test.
elone@elone-pc:~/code/test$ ls
Program.cs project.json
elone@elone-pc:~/code/test$ dotnet restore
log : Restoring packages for /home/elone/code/test/project.json...
段错误
请问有什么办法解决吗?翻了翻 Github,说好像是一个 bug ,但是我没找到对应的解决方法。