0

我正在尝试使用原始官方更新本地计算机上的存储库git fetch upstream,但这样做会显示以下错误:

fatal: unable to connect to git.moodle.org:
git.moodle.org[0: 174.123.154.58]: errno=Connection refused

以下已添加。输出git remote -v

origin  https://github.com/myname/moodle.git (fetch)
origin  https://github.com/myname/moodle.git (push)
upstream    git://git.moodle.org/moodle.git (fetch)
upstream    git://git.moodle.org/moodle.git (push)

由于官方 repo 包含近 20 个分支,我如何使用官方更新本地机器上的所有分支。

我的互联网连接是通过代理。是这个原因吗?如果是,我如何通过代理服务器更新它?

4

0 回答 0