1
git-upload-pack无限期挂起
我有以下通话结构: 詹金斯奔跑fab -Huser@host set_repository_commit_hash:123abc。 set_repository_commit_hashgit fetch与运行pty = False。 子进程ssh git@github.com git-upload-pack 'user/repository.git'永远不会完成。 我尝试git fetch在本地克隆中运行,但成功了,但是运行ssh git@github.com git-upload-pack 'user/repository.git'只会返回以下内容并挂起: 00ab84249d3bb20930c185c08848c60b71f7b28990d6 HEADmulti_ack thin-pack side-band side-band-64k ofs-delta shallow no-progress include-tag multi_ack_detailed agent=git/1.8.4 0041cb34b1c8ca75d478df38c794fc15c5f01cc6377e refs/heads/branch_name 004012577068adf47015001bfa0cff9386d6cdf497ce refs/heads/[...] 003f84249d3bb20930c185c08848c60b71f7b28990d6 refs/heads/master [a couple more lines like the ones above, then:] 0000 这是已知的SSH / Git / Fabric / …