My Oracle Support Banner

How To Pull The Content From GIT Repository Branch? (Doc ID 2939710.1)

Last updated on APRIL 10, 2023

Applies to:

Visual Builder Studio - Version 23.04.1 and later
Information in this document applies to any platform.

Goal

Trying to pull the content from branch in GIT, but it is fails with the following error.

Also, compression using GIT Bash is erroring out due to size exceeding 1 GB.

Example:

Open Git Bash and navigate to the folder the GIT repository needs to be synced
git config --global core.compression 0
git clone --depth 1 --single-branch --branch <branch_name> <HTTPS_GIT_URL>
git fetch --unshallow
git pull --all

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.