git.rst
changeset 828 e75285735442
parent 735 5c437e2d5fe1
child 832 d3b96f56c613
equal deleted inserted replaced
818:f73cf47ef8f6 828:e75285735442
    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