Git pull hangs
Completed
Can anyone help me with the following problem.
Although TeamCity 2019.1.3 is working correctly, trying to do a Git pull from a batch file or directly on the server from the command prompt hangs:
git pull -v
POST git-upload-pack (gzip 1832 to 985 bytes)
POST git-upload-pack (gzip 2632 to 1386 bytes)
POST git-upload-pack (gzip 4232 to 2194 bytes)
POST git-upload-pack (gzip 6532 to 3345 bytes)
POST git-upload-pack (gzip 12932 to 6543 bytes)
POST git-upload-pack (gzip 25732 to 12990 bytes)
POST git-upload-pack (gzip 51332 to 25914 bytes)
Information:
Windows Server 2019 Standard, version 1809
TeamCity 2019.1.3
Git 2.22.0
TortoiseGIT 2.8.0.0
Gitea 1.8.1 (git server via http)
Please sign in to leave a comment.
Hi,
I'm sorry but if it hangs when running it directly from the command prompt, I'd recommend getting in touch with the git community. Forward them full logs, check the remote server as well for logs and see if there is any tracing that you can perform on the run to see when it hangs. It might also make sense to double check the infrastructure that might be in between for security software, firewalls or proxies that might be stopping the connection.