Gitlab - Xcode Can't connect with remote repository

后端 未结 6 566
梦如初夏
梦如初夏 2021-02-07 07:30

I am having troubles when I connect with my repository through Xcode.

I have a Gitlab version (full pre-)installed on TurnkeyLinux Virtual Appliance on a remote server.

6条回答
  •  太阳男子
    2021-02-07 08:23

    I don't want to use HTTP! Key file under "git" user is very convenient and secure, I'm not going to type my password in a unencrypted URL entry in some plist file.

    In my case, the problem was that Xcode was trying to use the wrong key file :

    .ssh/id_rsa
    instead of
    .ssh/id_dsa

提交回复
热议问题