我想克隆現有簽出的git存儲庫內部的git存儲庫並獲取此故障。我之前完成了這個工作流程,所以我無法弄清楚爲什麼現在會失敗。有沒有人有什麼建議?無法在現有簽出的git存儲庫中克隆git repo
Git倉庫確實存在,我可以在不同的位置
克隆簽出庫之外比方說,我做了以下
1. cd <existing git repo clone folder>
2. git clone https://github.com/apache/cassandra
Cloning Git Repository of cassandra
Cloning into 'cassandra'...
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
什麼導致這個錯誤?
請注意 - 我不希望將這個存儲庫作爲子模塊添加到我的家長GIT REPO中。我只想弄清楚如何克隆從git中檢出的現有工作文件夾中的存儲庫。
你嘗試'混帳克隆的https:// github.com /阿帕奇/ cassandra.git'(注意'在結束.git')? – Leon