1

When using the Git client from Netbeans to push to a Git server through a VPN connection I get a timeout error. I guess the push took too long because either slow connection or big file size. What I would like to know if there is a way to modify the default timeout.

Upax
  • 141
  • 1
  • 8
  • Do you get this error when you use git in a shell/terminal window? I don't know if Netbeans implementation supports it but I think thin packs might help. See https://stackoverflow.com/questions/1583904/what-are-gits-thin-packs – kush Mar 23 '16 at 18:27
  • I second @kush's idea of testing outside of NetBeans first. If the VPN is doing something funny with http/https (they often do) you could see if the git server you're using supports SSH. – LinuxDisciple Mar 23 '16 at 18:37
  • Do you need to set up proxy? if you have one you have to set it or it will not work. – CodeWizard Mar 23 '16 at 18:48
  • 1
    Hi, I get an error when using the client integrated in Netbeans. Kush, I'll check the link and I let you know. Thank u. – Upax Mar 25 '16 at 07:52

0 Answers0