为什么 Google colab 说:chmod: cannot access 'RDP.sh': No such file or directory

问题描述

当我将以下代码放入 Google Colab Run 单元格时:

AudioPlayer

结果如下:

! wget https://raw.githubusercontent.com/alok676875/RDP/main/RDP.sh &> /dev/null
! chmod +x RDP.sh
! ./RDP.sh

请告诉,错误在哪里以及解决方案是什么。谢谢

解决方法

这个文件

https://raw.githubusercontent.com/alok676875/RDP/main/RDP.sh

已被删除,因此您无法下载。