将git repo克隆到脱机计算机

时间:2016-05-03 21:08:48

标签: linux git github debian shiny-server

我想将git repo克隆到离线VM(Debian)。我可以通过具有互联网访问权限的本地计算机(Mac)进入离线虚拟机。如何将git repo克隆到该脱机VM?

简单地将repo文件夹scp到VM目录是否有效?像:

local_machine$ git clone https://github.com/rstudio/shiny-server.git

local_machine$ scp ~/shiny-server VM_machine:

local_machine$ ssh VM_machine:

VM_machine$ mv ~/shiny-server ~/workspace

请帮忙。

1 个答案:

答案 0 :(得分:0)

您只需从本地计算机clone VM中的VM_machine$ git clone local_machine:~/shiny-server ~/workspace 存储库:

Sub DetermineDuration()
    Range("B2") = Range("D2") - Range("D1")
End Sub

Reference: The SSH Protocol