码迷,mamicode.com
首页 > Web开发 > 详细

ssh: connect to host gitlab.alpha.com port 22: Network is unreachable

时间:2019-03-04 17:30:32      阅读:401      评论:0      收藏:0      [点我收藏+]

标签:repos   address   add   and   out   work   pca   lease   ffffff   

在这里只说明我遇到的问题和解决方法,可能并不能解决你遇到的问题:

git clone git@gitlab.alpha.com:ipcam/ambarella.git
Cloning into ‘ambarella‘...
ssh: connect to host gitlab.alpha.com port 22: Network is unreachable
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

1、检查网络是否可以ping 通

  ping xxx.xxx.xxx.xxx

2、查看/etc/network/interfaces

  address 一栏和要下载的code server是否在同一网段

3、不在同一网段添加路由
  sudo route add default gw xxx.xxx.xxx.xxx

ssh: connect to host gitlab.alpha.com port 22: Network is unreachable

标签:repos   address   add   and   out   work   pca   lease   ffffff   

原文地址:https://www.cnblogs.com/Malphite/p/10471694.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!