-1
我想要下載源碼git://git.openscada.org/org.openscada.utgard.git
從some website,但只有通過Git下載它的可能性。如何通過git下載源代碼?
我已經下載了一個Git Bash。我的問題是如何下載此源代碼?
我想要下載源碼git://git.openscada.org/org.openscada.utgard.git
從some website,但只有通過Git下載它的可能性。如何通過git下載源代碼?
我已經下載了一個Git Bash。我的問題是如何下載此源代碼?
確認你有你的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