如题,如何从Gitlab上拉代码到另外一台linux服务器上
直接在另一台服务器生成key
ssh-keygen -t rsa -C "your_email@example.com"
把生成的公钥放到git项目的/var/opt/gitlab/.ssh/authorized_keys
里
然后回到没有git的服务器上
git clone git@192.168.163.175:root/test.git
出现错误啊,求指教
git clone git@10.2.250.11:zby_api/xuedun.gitInitialized empty Git repository in /home/chen/chen/xuedun/xuedun/.git/ssh: connect to host 10.2.250.21 port 22: Connection timed outfatal: The remote end hung up unexpectedly
以git@osc为例,直接在另一台服务器上git clone url即可
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(4)
直接在另一台服务器生成key
ssh-keygen -t rsa -C "your_email@example.com"
把生成的公钥放到git项目的/var/opt/gitlab/.ssh/authorized_keys
里
然后回到没有git的服务器上
git clone git@192.168.163.175:root/test.git
出现错误啊,求指教
git clone git@10.2.250.11:zby_api/xuedun.git
Initialized empty Git repository in /home/chen/chen/xuedun/xuedun/.git/
ssh: connect to host 10.2.250.21 port 22: Connection timed out
fatal: The remote end hung up unexpectedly
以git@osc为例,直接在另一台服务器上git clone url即可