您好我已经在我的本地系统上从bitbucket克隆了一个symfony2.8项目。当我尝试在克隆它后在我的本地系统上运行项目时,它显示空白页面所以我想更新依赖项并希望添加供应商使用bower到我的项目,以便它可以工作。我正在使用以下命令:
var / www / html / myproject / bower update
但它显示以下错误:
bower jquery-visible#~1.1.0 ECMDERR Failed to execute "git ls-remote -
-tags --heads https://github.com/customd/jquery-visible.git", exit
code of #128 fatal: unable to access
'https://github.com/customd/jquery-visible.git/': Failed to connect to
github.com port 443: No route to host
Additional error details:
fatal: unable to access 'https://github.com/customd/jquery-
visible.git/': Failed to connect to github.com port 443: No route to
host
我已经尝试了很多但未能得到任何解决方案。我使用的是ubuntu 14.04和symfony2.8
请帮助,可能是什么问题。
感谢提前