Skip to content

GitClientAccess

Andrew Dunn edited this page Nov 9, 2017 · 1 revision

Git Client Access

The RCloud Gist service supports direct git access to the gist repository. The form of the URL is http(s)://<servername>:13020/repositories/<gist_id>/where <servername> is the hostname of the server running the rclod gist service and <gist_id> is the id of the gist git repository you want to access e.g.:

git clone https://localhost:13020/repositories/d4721ec995ef45d1ba705a3f633d5576/

The authentication and authorization is delegated to a session key server. It is possible to perform git read operations e.g. clone, pull, fetch without authentication, however pushing changes to the repository requires authentication and authorization based on the gist ownership and collaborator details.

Clone this wiki locally