2012-08-08 93 views

回答

3

确认你有你的CLI安装的Git ...

whereis git 

你应该看到类似/usr/bin/git

一旦这样运行,则可以使用...

git clone git://git.openscada.org/org.openscada.utgard.git 

这将创建与源文件夹(org.openscada.utgard)。如果你希望它复制到其他文件夹,通过它的名字作为第二个参数git clone在...

git clone git://git.openscada.org/org.openscada.utgard.git /path/to/folder