【问题标题】:Why does Google colab say: chmod: cannot access 'RDP.sh': No such file or directory为什么 Google colab 会说:chmod: cannot access 'RDP.sh': No such file or directory
【发布时间】: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


【解决方案1】:

这个文件

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

已删除,无法下载。

【讨论】:

    猜你喜欢
    • 2021-03-26
    • 2023-04-03
    • 2020-04-10
    • 1970-01-01
    • 2016-09-03
    • 2020-11-05
    • 2022-01-24
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多