#23 problem with git clone ec-earth

Mở
%! (template.HTML=6 năm trước cách đây)đang mở bởi lponsoni · 1 ý kiến

Hi @pbarriat,

I have tried to clone the ec-earth project by doing (on Zenobe):

git clone ssh://git@www.climate.be:3022/TECLIM/ClimateData.git

and

git clone ssh://egit/TECLIM/ClimateData.git [as suggested by François],

however I am not able to do it, even though my public key is already registered in gogs.

Would you have some suggestion to go around the problem:

Thanks

Hi @pbarriat, I have tried to clone the ec-earth project by doing (on Zenobe): ``` git clone ssh://git@www.climate.be:3022/TECLIM/ClimateData.git ``` and ``` git clone ssh://egit/TECLIM/ClimateData.git [as suggested by François], ``` however I am not able to do it, even though my public key is already registered in gogs. Would you have some suggestion to go around the problem: Thanks
Pierre-Yves Barriat đã nhận xét 6 năm trước cách đây
Chủ sở hữu

Hi @lponsoni

Have you configured your ssh config file on zenobe ?

To use the egit alias, you need in your ~/.ssh/config file:

Host gwcism
    User lponsoni
    Hostname gwcism.cism.ucl.ac.be
Host *%gwcism
    ProxyCommand ssh -W %h:%p gwcism
Host egit*
    User git
    Hostname www.climate.be
    Port 3022
    Proxycommand ssh -xaqW %h:%p gwcism
Hi @lponsoni Have you configured your ssh config file on zenobe ? To use the `egit` alias, you need in your `~/.ssh/config` file: ```bash Host gwcism User lponsoni Hostname gwcism.cism.ucl.ac.be Host *%gwcism ProxyCommand ssh -W %h:%p gwcism Host egit* User git Hostname www.climate.be Port 3022 Proxycommand ssh -xaqW %h:%p gwcism ```
Đăng nhập để tham gia bình luận.
Không có Milestone
Không có người được phân công
2 tham gia
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.