Hi! A short description of my server running gerrit: Hardware: Hyper-V guest on Windows 2008 OS: Ubuntu 12.04.1 LTS Gerrit: 2.5.1 (was running 2.5 when the problem started, I did an upgrade after as an attempt to solve the problem) Java: java version "1.7.0_11" Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode)
Clients: Windows machines running Git Extensions 2.43 and Putty Well, now to my problem. I couldn't keep from upgrading my server from 10.04 to 12.04. And everything seemed to work. But after a couple of hours users started complaining that they couldn't run fetch from Git Extensions using putty. So after a couple of hours and swearing this is what it comes down to: 1. We have 10+ projects and it's only 2 of them that freezes. 2. Calling Git fetch from cmd using putty outputs the following but freezes after the last row: D:\Source_old\libs\ServerCore>git fetch --progress -v trace: built-in: git 'fetch' '--progress' '-v' trace: run_command: 'C:\Program Files (x86)\GitExtensions\PuTTY\plink.exe' '-batch' '-P' '29418' 'careri@HeadsGerritSrv' 'git-upload-pack '\''/libs/ServerCore'\''' trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all' >From ssh://HeadsGerritSrv:29418/libs/ServerCore = [up to date] master -> gerrit/master = [up to date] 12.2 -> gerrit/12.2 = [up to date] 12.2.1 -> gerrit/12.2.1 3. Calling Git fetch from cmd using OpenSSH outputs the same but doesn't freeze. 4. I have also come to the conclusion that this only occurs if there is nothing to fetch. I tried adding a new commit and running step2 again and it doesn't freeze. Running a second step2 in sequence freezes. So GIT actually seems to complete the fetch, but it freezes for some reason. I have no idea where to continue. I'm sure it's SSH-related, but how? Best Regards Carl Ericsson -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
