Git with low transfert speed
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2227 from 2003/4/10
    From: France
    Hello,

    i would like use git clone command but i have a low speed internet connection.

    Seems i need a config file.

    Any ideas please?

    [EDIT] i have tried with GitDesktop but without succes too...
  • »15.11.24 - 11:29
    Profile Visit Website
  • esc
  • Order of the Butterfly
    Order of the Butterfly
    esc
    Posts: 158 from 2013/5/28
    Is it actually failing? I don't think a slow connection should block you from doing this, so am a bit curious. What's happening when you try running git clone?
  • »15.11.24 - 14:20
    Profile
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 217 from 2003/11/14
    From: Bavaria
    You could try to trace waht git is actually trying to do:

    setenv these variables:
    GIT_TRACE=1
    GIT_TRACE_PERFORMANCE=1
    GIT_CURL_VERBOSE=1
  • »16.11.24 - 17:28
    Profile Visit Website