解决UNRAID应用和插件无法安装的问题
打开UNRAID命令行
编辑host文件,使用vi打开host文件
vi /etc/hosts
在最后加入
199.232.4.133 raw.githubusercontent.com
保存退出
修改开机启动
vi /boot/config/go
在最后加入
echo "199.232.4.133 raw.githubusercontent.com" >> /etc/hosts
保存退出即可!
使用C#开发跨平台游戏
打开UNRAID命令行
编辑host文件,使用vi打开host文件
vi /etc/hosts
在最后加入
199.232.4.133 raw.githubusercontent.com
保存退出
修改开机启动
vi /boot/config/go
在最后加入
echo "199.232.4.133 raw.githubusercontent.com" >> /etc/hosts
保存退出即可!