摘要:
What does the dotnet nuget list source command returns? If it's empty, it might be an issue with your NuGet sources. You can try dotnet nuget add sour 阅读全文
摘要:
一、获取空间(压缩卷) 压缩卷是为了腾出空间扩容磁盘,如果有空闲空间就不用操作此步骤 压缩前必须对文件进行备份操作,这里以data目录为例子,对应目录就对应替换名称 tar -zcvf data.tar.gz data 压缩成功后将文件data.tar.gz拷贝到本地,然后就可以开始操作目录,可以先 阅读全文