-
Notifications
You must be signed in to change notification settings - Fork 108
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
Error pushing changes to gitreceive: No script output reported #42
Comments
I just found this... and it fixed it!
I have no idea why that worked. |
I was expecting to see some of the feedback from the receiver script in the output:
but there was nothing. How do I get this script output to appear in the client? (there is nothing in docker logs either). |
I believe the receiver script was being overwritten by "gitreceive init", so I had to swap the order of a few commands in the docker file. All working as expected now... Nothing to see here... move along... move along. |
I'm trying to put together a simple "gitreceive" docker service, that when pushed a repo will build the docker image and publish it to a docker repository.
I'm just currently trying to get gitreceive to accept a pushed git repo.
https://github.com/NigelThorne/dockerfiles/tree/master/gitreceive-dockerbuilder
I'm getting the following error..
tzm-mac:xxx nwt$ git push gr master
Counting objects: 3, done.
Writing objects: 100% (3/3), 208 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To ssh://git@192.168.99.100:34567/xxx
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'ssh://git@192.168.99.100:34567/xxx'
To recreate this...
I build and ran my docker project
push ssh key to server
Then make a repo
ERROR
Thanks for your time and guidance.
The text was updated successfully, but these errors were encountered: