首页 > 其他 > 详细

在git clone报错

时间:2018-12-28 18:26:47      阅读:183      评论:0      收藏:0      [点我收藏+]
在阿里云新买了一台服务器,用的原正常运行的系统做的镜像文件,但在拉代码的时候提示如下报错:
[root@ap001 ]# git clone git@192.168.1.24:java/psd.git
Cloning into ‘psd‘...
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

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

处理方案:
想起自己在gitlab服务器有设置了IP访问。开启了/etc/hosts.all。把新IP添加到hosts文件里即可,

在git clone报错

原文:http://blog.51cto.com/cainiaibage/2336570

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!