Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git pushes fail for expected files #3247

Open
effigies opened this issue Dec 3, 2024 · 1 comment
Open

git pushes fail for expected files #3247

effigies opened this issue Dec 3, 2024 · 1 comment

Comments

@effigies
Copy link
Contributor

effigies commented Dec 3, 2024

❯ git push
Enumerating objects: 502, done.
Counting objects: 100% (502/502), done.
Delta compression using up to 16 threads
Compressing objects: 100% (443/443), done.
Writing objects: 100% (444/444), 1.10 MiB | 8.05 MiB/s, done.
Total 444 (delta 62), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (62/62), completed with 12 local objects.
remote: .bidsignore
remote: .datalad/config
remote: .gitattributes
remote:
remote: -------------------------------------------------------------------------
remote: Your push was rejected because it failed validation.
remote: Please test with bids-validator locally to resolve any errors before pushing.
remote: -------------------------------------------------------------------------
To https://openneuro.org/git/1/ds000117
 ! [remote rejected]   main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://openneuro.org/git/1/ds000117'

@nellh Does this need to be fixed in OpenNeuro or bidsschematools?

@yarikoptic
Copy link
Contributor

FWIW still fails for me

(deno) yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ git push openneuro-git master:main
Enumerating objects: 8110, done.
Counting objects: 100% (7689/7689), done.
Delta compression using up to 32 threads
Compressing objects: 100% (2549/2549), done.
Writing objects: 100% (7264/7264), 6.80 MiB | 13.96 MiB/s, done.
Total 7264 (delta 5949), reused 5765 (delta 4696), pack-reused 0
remote: Resolving deltas: 100% (5949/5949), completed with 321 local objects.
remote: .datalad/.gitattributes
remote: .gitignore
remote: .gitmodules
remote: 
remote: -------------------------------------------------------------------------
remote: Your push was rejected because it failed validation.
remote: Please test with bids-validator locally to resolve any errors before pushing.
remote: -------------------------------------------------------------------------
To https://openneuro.org/git/0/ds005256
 ! [remote rejected]       master -> main (pre-receive hook declined)
error: failed to push some refs to 'https://openneuro.org/git/0/ds005256'

may be just a matter of waiting for release/deployment?

@effigies effigies reopened this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants