【发布时间】:2019-10-30 06:35:35
【问题描述】:
我正在尝试使用 git 推送:
git push -u origin --all
这是我的问题:
Fatal: unable to look up https (port 9418) (No such host is known. )
我跑ping github.com得到了IP,但不知道怎么处理。
【问题讨论】:
-
git remote -v? -
抱歉我的错误。我修好了它。当我使用
git remote -v时,它会在这里显示origin git://https://anhbui2904@bitbucket.org/anhbui2904/sample_app.git (fetch) origin git://https://anhbui2904@bitbucket.org/anhbui2904/sample_app.git (push)对我有什么想法吗?
标签: ruby-on-rails ruby git github