2012-08-08 122 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