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

时间:2021-03-23 17:46:55

标签: google-colaboratory chmod rdp

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

AudioPlayer

结果如下:

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

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

1 个答案:

答案 0 :(得分:0)

这个文件

<块引用>

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

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