Gitlab - Xcode Can't connect with remote repository

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

    The user/password would only be needed for an http url, not an ssh one.

    When using the http url to add a repo in your XCode Accounts, make sure there is no proxy which would prevent the resolution of the example.com server.

    If it is still not working, then, as in "Authentification issue when pushing Xcode project to GitHub", try to use an url like:

    https://testuser:password@example.com/testuser/testproject.git
    

提交回复
热议问题