Gitlab - Xcode Can't connect with remote repository

后端 未结 6 569
梦如初夏
梦如初夏 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:29

    Here using Xcode 7.3.1 and finally managed to push using ssh (and Gogs as github server) by doing so:

    1) select the correct private key (there must also be the public key file present)

    on Gogs side:

    2) add that same key from the Gogs user Settings->SSH Keys

    3) under admin panel: Dashboard: Operations: rewrite the authorised_keys file

    Done

提交回复
热议问题