redmine-git-hosting / redmine_git_hosting

A Redmine plugin which makes configuring your own Git hosting easy ;)
http://redmine-git-hosting.io
MIT License
275 stars 116 forks source link

404 status. And I can't push local data to remote repository. #773

Open parrier82 opened 4 years ago

parrier82 commented 4 years ago

$ git push origin refs/heads/master:refs/heads/master --tags --verbose --progress

Pushing to ssh://git@[domain]/app_devel1/simapp_devrep.git Enumerating objects: 3, done. Delta compression using up to 8 threads Total 2 (delta 1), reused 0 (delta 0), pack-reused 0 remote: 
remote: Notifying Redmine about changes to this repository : 'app_devel1/simapp_devrep' ...
remote:  - Error while notifying Redmine ! (status code: 404)
remote: 
remote: Looking for additional global post-receive hooks...
remote:  - Global hooks found : ["hooks/post-receive.d/mail_notifications"]
remote: 
remote: Looking for additional local post-receive hooks...
remote:  - No local hooks found
remote: 
remote: Calling additional post-receive hooks...
remote:  - Executing extra hook 'hooks/post-receive.d/mail_notifications'
remote:  multimailhook is disabled
remote: 
To ssh://[domain]/app_devel1/simapp_devrep.git a1c64d5..6e5631b master -> master updating local tracking ref 'refs/remotes/origin/master'

  1. What ploblem is in here?

  2. "$ git push origin refs/heads/master:refs/heads/master --tags --verbose --progress" - Is it normal? I'm using "fork" utility for managing git.

  3. I didn't smtp setting. Is it necessory for using redmine git hosting??

Thanks for your advice.

parrier82 commented 4 years ago

It seems that push function is working. But I don't know why the above message was occurred and what will be problem. Is there anyone who knows about that?