1 (edited by achim Yesterday 13:22:15)

Topic: Error on github qet-source-mirror

I can no longer clone the QElectroTech repository.
The cloning process ends with an error message:

C:\Users\xxx\xxx\xxx\xxx> git clone --recursive https://github.com/qelectrotech/qelectr … mirror.git
Cloning into 'qelectrotech-source-mirror'...
remote: Enumerating objects: 153432, done.
remote: Counting objects: 100% (176/176), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 153432 (delta 105), reused 99 (delta 71), pack-reused 153256 (from 2)
Receiving objects: 100% (153432/153432), 133.84 MiB | 9.72 MiB/s, done.
Resolving deltas: 100% (128382/128382), done.
Updating files: 100% (1627/1627), done.
Downloading doc/QElectroTech.qch (530 MB)
Error downloading object: doc/QElectroTech.qch (7b77982): Smudge error: Error downloading doc/QElectroTech.qch (7b7798233e8251baac7717d4b0f991ad5fdf23a76d9fbe864d363e3b93458560): batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.

Errors logged to 'C:\xxx\xxx\xxx\xxx\xxx\qelectrotech-source-mirror\.git\lfs\logs\20260317T120632.3963731.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: doc/QElectroTech.qch: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'



The problem seems to be the size of the "QElectroTech.qch" file
in the doc directory.

Re: Error on github qet-source-mirror

Hello Achim:
No problem here on Debian Unstable...

git clone --recursive https://github.com/qelectrotech/qelectrotech-source-mirror.git qet_test
Clonage dans 'qet_test'...
remote: Enumerating objects: 153432, done.
remote: Counting objects: 100% (176/176), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 153432 (delta 105), reused 99 (delta 71), pack-reused 153256 (from 2)
Réception d'objets: 100% (153432/153432), 133.82 MiO | 40.37 MiO/s, fait.
Résolution des deltas: 100% (128379/128379), fait.
Sous-module 'SingleApplication' ([url]https://github.com/itay-grudev/SingleApplication.git[/url]) enregistré pour le chemin 'SingleApplication'
Sous-module 'doxygen-awesome-css' ([url]https://github.com/jothepro/doxygen-awesome-css.git[/url]) enregistré pour le chemin 'doxygen-awesome-css'
Sous-module 'elements' ([url]https://github.com/qelectrotech/qelectrotech-elements.git[/url]) enregistré pour le chemin 'elements'
Sous-module 'pugixml' ([url]https://github.com/zeux/pugixml.git[/url]) enregistré pour le chemin 'pugixml'
Clonage dans '/media/backup6/download/qet_test/SingleApplication'...
remote: Enumerating objects: 1461, done.        
remote: Counting objects: 100% (533/533), done.        
remote: Compressing objects: 100% (117/117), done.        
remote: Total 1461 (delta 463), reused 416 (delta 416), pack-reused 928 (from 1)        
Réception d'objets: 100% (1461/1461), 535.08 KiO | 4.18 MiO/s, fait.
Résolution des deltas: 100% (783/783), fait.
Clonage dans '/media/backup6/download/qet_test/doxygen-awesome-css'...
remote: Enumerating objects: 2996, done.        
remote: Counting objects: 100% (484/484), done.        
remote: Compressing objects: 100% (130/130), done.        
remote: Total 2996 (delta 405), reused 354 (delta 354), pack-reused 2512 (from 2)        
Réception d'objets: 100% (2996/2996), 8.47 MiO | 32.61 MiO/s, fait.
Résolution des deltas: 100% (2281/2281), fait.
Clonage dans '/media/backup6/download/qet_test/elements'...
remote: Enumerating objects: 59430, done.        
remote: Counting objects: 100% (21211/21211), done.        
remote: Compressing objects: 100% (8247/8247), done.        
remote: Total 59430 (delta 13969), reused 17451 (delta 12926), pack-reused 38219 (from 1)        
Réception d'objets: 100% (59430/59430), 48.60 MiO | 37.11 MiO/s, fait.
Résolution des deltas: 100% (45028/45028), fait.
Clonage dans '/media/backup6/download/qet_test/pugixml'...
remote: Enumerating objects: 9869, done.        
remote: Counting objects: 100% (2410/2410), done.        
remote: Compressing objects: 100% (360/360), done.        
remote: Total 9869 (delta 2187), reused 2054 (delta 2050), pack-reused 7459 (from 1)        
Réception d'objets: 100% (9869/9869), 6.52 MiO | 23.33 MiO/s, fait.
Résolution des deltas: 100% (6806/6806), fait.
Chemin de sous-module 'SingleApplication' : 'cbe496bc01e6515f9692824bf36d5136e8208c85' extrait
Chemin de sous-module 'doxygen-awesome-css' : '568f56cde6ac78b6dfcc14acd380b2e745c301ea' extrait
Chemin de sous-module 'elements' : '4e7f569dca75ee7ca78fc86b33cd800dfb4951d7' extrait
Chemin de sous-module 'pugixml' : '5a1892b321a38997e3e359069aea3fa35d49a5c6' extrait
[12:33:41] laurent@debian:/media/backup6/download$

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Error on github qet-source-mirror

Okay, thanks for the reply.
It seems the problem is on me. I'm not an expert with Git/GitHub. I spent half the day
on it yesterday. The problem is indeed the large QElectrotech.qch. I deleted the file in
my GitHub repository, and then I was able to clone from my repository.

Okay, I guess I'll have to keep looking.

Re: Error on github qet-source-mirror

I had the same issue on my Windows 11 VM but not on my Debian system. Since no one else had reported it, I assumed it was an isolated error. Apparently, that’s not the case. It might be a Git configuration issue on the Windows side.

Développeur QElectroTech