You need to sign in or sign up before continuing.
Repo sync fails
Summary
Unable to download the source code from Gitlab despite multiple attempts
System specs on which this behaviour was observed
- OS: Ubuntu 18.04.1 LTS
- Processor: Intel 15 -4440 CPU @ 3.10GHz x4
- OS type: 64 bit
- RAM: 15.3 GB (16 GB)
- Hard Disk: 1 Tb (44% in use)
- Internet connection speed 10 mbps
- No power disruptions
- Geographical Location : Mumbai, India
Steps to reproduce
- Open konsole
- type repo init -u https://gitlab.e.foundation/e/os/android.git -b eelo-0.1
- repo sync
What is the current behavior?
-the sync disconnects at various points after crossing 90%
What is the expected correct behavior?
- the repo sync should complete
- all relevant files and folders should be downloaded.
Relevant logs and/or screenshots
Logs attached reposynclog.txt Repo_Sync_Error_screen
Possible fixes
- have repo synced multiple times on git hub but never faced this error. This is the first time on gitlab - not sure if there are any additional setting that need to be made specific for gitlab
- these files on which the repo is failing are huge - is it possible to break them into multiple folders
- tried git config --global http.postBuffer with various byte size as suggested on some sites on the net but did not work. Even tried git config --global http.postBuffer 3000000000 as the file size being downloaded was 2 Gb + did not work.