This page describes how to get the source code as a simple
download or git clone. The information on the forking workflow with git has been moved to
the Development
workflows-section.
First you need to get the clone URL:
Then clone the repository with git:
git clone --filter=blob:limit=100k https://gitlab.opengeosys.org/ogs/ogs.git
The --filter=blob:limit=100k-parameter instructs git to only fetch files which are smaller
than 100 Kilobyte. Larger files (e.g. benchmark files, images, PDFs) are fetched on-demand only. This
happens automatically and is a replacement
for the previous Git LFS tracked files. Requires at least git 2.22!
This article was written by Lars Bilke. If you are missing something or you find an error please let us know.
Generated with Hugo 0.147.9
in CI job 639840
|
Last revision: September 27, 2025
Commit: [cmake] Remove linker warnings when building mpmetis. 852270d
| Edit
this page on