Contents
SCU GitLab
SCU GitLab is a private version control and distributed code repository platform built for storing, tracking, and organizing complex programming projects securely on internal infrastructure.
Overview
- Available strictly to enterprise users with an active SCU HPC Account.
- Supports advanced, multi-branch Git version control workflows and collaborative code review.
- Securely isolated and hosted completely on SCU-managed premises.
Access & Cost Structure
Web Portal: SCU GitLab Login Portal
Note: Repository management allocations are directly charged back to sponsoring labs. Please consult with your Principal Investigator (PI) regarding lab-specific billing access keys.
Command Line Interaction
Clone your remote project workspace paths utilizing secure shell terminal nodes via alternative SSH ports:
# Clone your central repository safely via SSH tunnel routing
git clone ssh://git@xits-gitlabp.weill.cornell.edu:22221/<your_project_path>.git
git clone ssh://git@xits-gitlabp.weill.cornell.edu:22221/<your_project_path>.git
Platform Access Requirements
| Requirement | Details and Impact |
|---|---|
| SCU HPC Account | Required for portal and repository access. |
| Permissions | Granted by the project owner. |
| SSH Keys Configuration | SSH keys must be added to your profile for CLI access. |