2011年4月20日 星期三

Git Clone, Fetch, Pull from Local Area Network

Illustrate how to clone, pull or fetch through network.

If A share a folder GitShare include the project folder Zoo on computer with IP address 192.168.0.1
We could enter command below to clone the remote project folder.
git clone file:////192.168.0.1/GitShare/Zoo



In another way, we could establish the network drive named Z with \\192.168.0.1\GitShare
Then enter command below to clone.
git clone z:Zoo


Reference:

沒有留言:

張貼留言