【发布时间】:2021-11-06 00:03:31
【问题描述】:
我在我的 Termux 终端中从 github 下载项目,但是下载后,当我通过命令“сd /*projectname*”时,termux 告诉我:No such file or directory
我尝试在我的 Android 的文件管理器中找到这个项目,但 /com.Termux 中的所有文件夹都是空的。
然后我通过命令 git clone https:/github.com/developer_name/project_name 和 Termux 告诉我 - destination path *projectname* already exist and is not an empty directory
我有 2 个问题
- 如何在 Termux 中打开 projectname?
- 从 github 下载的项目的完整路径是什么?
【问题讨论】:
-
试试 cd *projectname*, not /*projectname*
-
谢谢你的帮助。
-
@Red 解决了你的问题吗?
标签: termux