bitbucket hg 克隆 404 错误,在 'updating to branch default' 失败
bitbucket hg clone 404 error, failed at 'updating to branch default'
从 bitbucket 克隆存储库时,我遇到了一个奇怪的错误。
Hg 会在 updating to branch default
步停留很长时间然后失败。
请参阅下面的 shell 屏幕副本:
~/projects » hg clone ssh://hg@bitbucket.org/akhayyat/mezzanine-pagedown
destination directory: mezzanine-pagedown
requesting all changes
adding changesets
adding manifests
adding file changes
added 55 changesets with 101 changes to 39 files
updating to branch default
abort: HTTP Error 404: Not Found
------------------------------------------------------------
~/projects » cd mezzanine-pagedown
------------------------------------------------------------
~/projects/mezzanine-pagedown » hg status
? .hgignore
? .hgsub
? .hgsubstate
? .hgtags
? LICENSE
? MANIFEST.in
? README.md
? mezzanine_pagedown/__init__.py
? mezzanine_pagedown/defaults.py
? mezzanine_pagedown/fields.py
? mezzanine_pagedown/filters.py
? mezzanine_pagedown/management/__init__.py
? mezzanine_pagedown/management/commands/__init__.py
? mezzanine_pagedown/management/commands/pygments_styles.py
? mezzanine_pagedown/models.py
? mezzanine_pagedown/static/mezzanine_pagedown/css/pagedown.css
? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.ba-throttle-debounce.min.js
? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.cookie.js
? mezzanine_pagedown/templates/mezzanine_pagedown/editor.html
? mezzanine_pagedown/urls.py
? mezzanine_pagedown/views.py
? mezzanine_pagedown/widgets.py
? setup.py
------------------------------------------------------------
~/projects/mezzanine-pagedown » hg update
abort: HTTP Error 404: Not Found
--------------------------------
有时是
updating to branch default
abort: error: Network is unreachable
remote: Connection to bitbucket.org closed by remote host.
我在我的笔记本电脑、个人电脑和 digitalocean vps 上都试过了,都失败了。
你能尝试克隆这个 repo 看看你是否能成功吗?
可能出了什么问题,我该如何解决?
问题已解决。这是一个迁移问题。
项目负责人给出了答案:
This is happening because the original PageDown javascript project on
Google Code, which is a subrepository of this repository, is now gone:
https://code.google.com/archive/p/pagedown/.
从 bitbucket 克隆存储库时,我遇到了一个奇怪的错误。
Hg 会在 updating to branch default
步停留很长时间然后失败。
请参阅下面的 shell 屏幕副本:
~/projects » hg clone ssh://hg@bitbucket.org/akhayyat/mezzanine-pagedown
destination directory: mezzanine-pagedown
requesting all changes
adding changesets
adding manifests
adding file changes
added 55 changesets with 101 changes to 39 files
updating to branch default
abort: HTTP Error 404: Not Found
------------------------------------------------------------
~/projects » cd mezzanine-pagedown
------------------------------------------------------------
~/projects/mezzanine-pagedown » hg status
? .hgignore
? .hgsub
? .hgsubstate
? .hgtags
? LICENSE
? MANIFEST.in
? README.md
? mezzanine_pagedown/__init__.py
? mezzanine_pagedown/defaults.py
? mezzanine_pagedown/fields.py
? mezzanine_pagedown/filters.py
? mezzanine_pagedown/management/__init__.py
? mezzanine_pagedown/management/commands/__init__.py
? mezzanine_pagedown/management/commands/pygments_styles.py
? mezzanine_pagedown/models.py
? mezzanine_pagedown/static/mezzanine_pagedown/css/pagedown.css
? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.ba-throttle-debounce.min.js
? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.cookie.js
? mezzanine_pagedown/templates/mezzanine_pagedown/editor.html
? mezzanine_pagedown/urls.py
? mezzanine_pagedown/views.py
? mezzanine_pagedown/widgets.py
? setup.py
------------------------------------------------------------
~/projects/mezzanine-pagedown » hg update
abort: HTTP Error 404: Not Found
--------------------------------
有时是
updating to branch default
abort: error: Network is unreachable
remote: Connection to bitbucket.org closed by remote host.
我在我的笔记本电脑、个人电脑和 digitalocean vps 上都试过了,都失败了。
你能尝试克隆这个 repo 看看你是否能成功吗?
可能出了什么问题,我该如何解决?
问题已解决。这是一个迁移问题。 项目负责人给出了答案:
This is happening because the original PageDown javascript project on Google Code, which is a subrepository of this repository, is now gone: https://code.google.com/archive/p/pagedown/.