---
name: Source Repository
route: /SourceRepository
menu: Project Info
submenu: Source Repository
---

import  themen  from 'theme/styles/styled-colors';
import  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';
import SyntaxHighlighter from 'react-syntax-highlighter';

# Overview

This project uses a Source Content Management System to manage its source code.

# Web Access
The following is a link to the online source repository.
[https://github.com/apache/atlas.git](https://github.com/apache/atlas.git)

# Anonymous access
Refer to the documentation of the SCM used for more information about anonymously check out.<br /> The connection url is:
git://git.apache.org/atlas.git

# Developer access
Refer to the documentation of the SCM used for more information about developer check out.<br /> The connection url is: [https://gitbox.apache.org/repos/asf/atlas.git](https://gitbox.apache.org/repos/asf/atlas.git)

# Access from behind a firewall
Refer to the documentation of the SCM used for more information about access behind a firewall.