【发布时间】:2021-03-23 17:46:55
【问题描述】:
当我将以下代码放入 Google Colab Run 单元格时:
! wget https://raw.githubusercontent.com/alok676875/RDP/main/RDP.sh &> /dev/null
! chmod +x RDP.sh
! ./RDP.sh
结果如下:
chmod: cannot access 'RDP.sh': No such file or directory
/bin/bash: ./RDP.sh: No such file or directory
请告诉,错误在哪里以及解决方案是什么。谢谢
【问题讨论】:
-
您的
wget链接有效吗?至于我,它告诉404: Not Found,所以可能是问题 - 你无法下载文件。
标签: google-colaboratory chmod rdp