当从bitbucket克隆一个repo时,我遇到了一个奇怪的错误。
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上尝试过,都失败了。
你能尝试克隆这个回购,看看你能不能成功?
可能出了什么问题,我该如何解决?
答案 0 :(得分:0)
问题解决了。这是一个迁移问题。 项目业主给出了答案:
这是因为原来的PageDown javascript项目正在发生 Google代码是此存储库的子存储库,现在已经不存在了: https://code.google.com/archive/p/pagedown/