1
romoo Nov 5, 2010
初学者的一点疑惑:
Now clone the fork locally. Make sure you use the Private URL, not the Public URL. 这一句看不懂了。 |
2
n2n3 OP 就是 git clone [email protected]:romoo/v2ex.git
这是 ssh 的,可以 push git://github.com/livid/v2ex.git 只能 pull 或者 fetch + merge |
5
roamlog Nov 5, 2010
大家先看看这个吧 http://progit.org/book/zh/ch4-1.html
|