equal
deleted
inserted
replaced
32 [core] |
32 [core] |
33 autocrlf = false |
33 autocrlf = false |
34 symlinks = false |
34 symlinks = false |
35 |
35 |
36 http://code.google.com/p/msysgit |
36 http://code.google.com/p/msysgit |
|
37 |
|
38 * git over proxy. |
|
39 |
|
40 Only http:// protocol support proxy (not git://). |
|
41 |
|
42 $ export http_proxy="http://username:password@proxy:port/" |
|
43 $ git clone http://github.com/$user/$proj.git $proj |
37 |
44 |
38 * Start your project. |
45 * Start your project. |
39 |
46 |
40 Setup proj space on fs. |
47 Setup proj space on fs. |
41 |
48 |