Oddly enough, our local repositories can no longer receive Bonobo from our server. This happens with our largest remote repo (about 4 GB) for different people and at different times when we try to find locally. At first it was only every few months, but now it increased in frequency and occurred with many local repositories at the same time. For now, we solve this by moving the working folder .git.
He quickly prints some POST git-upload-pack (gzip X to Y bytes), then hangs for half an hour to an hour.
If I delete the package file from the dir directory, it complains about the missing things, and then it starts to choose correctly, but only for that git-upload-pack.
I tried repack, and gcin different ways. I tried updating git on the server and client from 1.8.4 to 1.9.
cloneing had the same problem, but a Bonobo update decided that although it was the same version of git. Recently, a cloned repo worked, but today it has the same problem.
Interestingly, it has a lot of DLLs and pdb. It has been used for a year and was imported from the SVN repo using git-svn.
This is a trace
$ GIT_TRACE=1 git fetch -v
trace: built-in: git 'fetch' '-v'
trace: run_command: 'git-remote-https' 'origin' 'https://xxx
/yyy.git'
trace: run_command: '"C:/Program Files (x86)/GitExtensions/GitCredentialWinStore
/git-credential-winstore.exe" get'
trace: run_command: '"C:/Program Files (x86)/GitExtensions/GitCredentialWinStore
/git-credential-winstore.exe" store'
trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet'
trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--in
clude-tag' '--thin' 'https://xxx/yyy.git/'
trace: built-in: git 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--i
nclude-tag' '--thin' 'https://xxx/yyy.git/'
POST git-upload-pack (gzip 2057 to 1096 bytes)
POST git-upload-pack (gzip 2307 to 1222 bytes)
POST git-upload-pack (gzip 3657 to 1914 bytes)
POST git-upload-pack (gzip 6207 to 3192 bytes)
POST git-upload-pack (gzip 12607 to 6374 bytes)
Googling shows that some people had this problem, but nothing was mentioned (bonobo update, etc.) worked.
source
share