https://github.com/loic-sharma/BaGet
https://github.com/loic-sharma/BaGet/releases
wget https://github.com/loic-sharma/BaGet/releases/download/v0.3.0-preview2/BaGet.zip
unzip BaGet.zip -d baget
cd baget
dotnet BaGet.dll
外部临时访问解决方法
export ASPNETCORE_URLS="http://*:5000"
成功
http://192.168.244.130:5000/v3/index.json
推送
dotnet nuget push -s http://192.168.244.130:5000/v3/index.json Blog.Web.1.0.0.nupkg