turnkeylinux.org

Gitlab - Xcode Can't connect with remote repository

谁说我不能喝 提交于 2019-12-09 08:11:00
问题 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. In the Gitlab Web interface, I've created a new test user: "testuser" with a password "password" and a new project "testproject". This user was assigned to this project. The git url project are: HTTP: http://example.com/testuser/testproject.git SSH: git@example.com:testuser/testproject.git I can see the repositories folder

Gitlab - Xcode Can't connect with remote repository

 ̄綄美尐妖づ 提交于 2019-12-03 11:34:50
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. In the Gitlab Web interface, I've created a new test user: "testuser" with a password "password" and a new project "testproject". This user was assigned to this project. The git url project are: HTTP: http://example.com/testuser/testproject.git SSH: git@example.com:testuser/testproject.git I can see the repositories folder rightly created with a "Terminal" through SSH connection. Now, I want add this git repository to my Xcode