Notice

OXR Platform GitHub Access Guide

The SDK and development resources for the OXR Platform are distributed through a private GitHub repository. Access is restricted to registered members only. Please follow the steps below to request membership and use token-based authentication to access the resources.


1. Request Access

To gain access, please send an email request including your GitHub ID to the address below:

  • Request Email: oxr@kisti.re.kr

Include the following information:

  • Email Subject:

  • GitHub ID:

  • Affiliation:

  • Purpose of Use:


2. Generate a Personal Access Token (After Approval)

Once your request is approved and your GitHub ID is added, follow these steps to generate a Personal Access Token:

  1. Click Generate new token > Generate new token (classic)

  2. Select appropriate scopes (e.g., repo, read:org) and create the token

Important: Your token will be shown only once — be sure to copy and store it securely.


3. Clone the Private Repository Using the Token

Use the following format to clone the private repository with your token:

git clone https://{GitHub ID}:{Personal Access Token}@github.com/oxr-sdk/XRCollabDemo.git

Example:

git clone https://oxr-user:ghp_xxxxxxxxxxxxxxxxxxxxxx@github.com/oxr-sdk/XRCollabDemo.git

Notes

  • Access is restricted to approved GitHub accounts only. Sharing access credentials or redistributing resources is strictly prohibited.

  • If you're not a registered member, you won't be able to access the repository.

Last updated