如何将 github 存储库克隆到没有存储库名称的特定托管文件夹?

How to clone github repository to particular folder of hosting without Repository name?

我在 git 上有我的存储库,它工作正常。存储库名称是 XXX。现在,当我通过 SSH 连接进入我的托管服务并尝试在我的 public_html/ 文件夹中使用“git clone URL”命令克隆代码时, 它创建 public_html/XXX/。有什么方法可以直接在 public_html/ 获取我的整个代码?

您可以将 XXX 中的文件与 .git 文件一起剪切并粘贴到您的 public_html/ 文件夹中。或者简单地放一个 . git clone URL .