gpt4 book ai didi

linux - git pull & git clone hang - Linux Ubuntu

转载 作者:行者123 更新时间:2023-12-02 14:28:20 26 4
gpt4 key购买 nike

所以最近,我将我的 SSH 端口更新为 558 猫/etc/ssh/sshd_config | grep
端口 558

我注意到我的 git pull继续挂。
我在网上研究,我发现了这个 SO 链接
Why does git pull hang?
我试过了

git fsck && git gc --prune=now
我有
Checking object directories: 100% (256/256), done.
Checking objects: 100% (3806/3806), done.
Counting objects: 3840, done.
Compressing objects: 100% (1566/1566), done.
Writing objects: 100% (3840/3840), done.
Total 3840 (delta 2120), reused 3795 (delta 2096)

我试过 git pull之后再次挂起。

我的虚拟机可以访问互联网。
ping google.com                                                                       
PING google.com (172.217.12.142) 56(84) bytes of data.
64 bytes from lga34s19-in-f14.1e100.net (172.217.12.142): icmp_seq=1 ttl=56 time=1.68 ms
64 bytes from lga34s19-in-f14.1e100.net (172.217.12.142): icmp_seq=2 ttl=56 time=1.31 ms
64 bytes from lga34s19-in-f14.1e100.net (172.217.12.142): icmp_seq=3 ttl=56 time=1.11 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 1.118/1.374/1.689/0.238 ms

这是我的
└── git config --list                                                                     
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@bitbucket.org:bb/cc.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
remote.origin2.url=https://rajakannan@bitbucket.org/bb/cc.git
我应该检查什么?

更新
我不确定它是否与我的 有关sshd_config 与否,但是
我试过了
mkdir test
cd test


git clone git@bitbucket.bb/cc.git
Cloning into 'cc'...
|...
再次挂起......即使在克隆上👆🏼

更新 2
这可能是防火墙问题吗?我什至无法 ping bitbucket.org
ping bitbucket.org
PING bitbucket.org (18.205.93.2) 56(84) bytes of data.

... stuck ... freeze ...
但我可以 ping google.com
ping google.com
PING google.com (172.217.9.238) 56(84) bytes of data.
64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=1 ttl=56 time=1.59 ms
64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=2 ttl=56 time=1.27 ms
^C64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=3 ttl=56 time=1.05 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 1.052/1.307/1.596/0.227 ms

最佳答案

BitBucket status很干净,所以问题不在远程。

您正在使用 SSH URL git@bitbucket.org:bb/cc.git 进行克隆.
尝试使用 HTTPS URL 进行测试:https://bitbucket.org/bb/cc.git

关于linux - git pull & git clone hang - Linux Ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59780833/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com