Skip to content
Back to formatted view

Raw Message

Message-ID: <F89128D4-579F-4C02-99BD-D0C03B2D380B@gmail.com>
Date: 2018-04-16T18:10:53Z
From: Giorgio Melloni
Subject: [Bioc-devel] Unable to push to origin master

Dear Bioc-Devel,

I?ve just updated my package for the upcoming release upstream successfully using "git push upstream master?.
My current remotes are set to:

origin	https://github.com/gmelloni/LowMACA.git (fetch)
origin	https://github.com/gmelloni/LowMACA.git (push)
upstream	git at git.bioconductor.org:packages/LowMACA.git (fetch)
upstream	git at git.bioconductor.org:packages/LowMACA.git (push)


When I try to do the same to origin (git push origin master) I receive the following error:

Counting objects: 18, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 8.16 KiB | 2.72 MiB/s, done.
Total 18 (delta 8), reused 0 (delta 0)
remote: Resolving deltas: 100% (8/8), completed with 6 local objects.
remote: /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:23:in `ip': getaddrinfo: Name or service not known (SocketError)
remote: 	from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:23:in `initialize'
remote: 	from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:106:in `new'
remote: 	from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:106:in `add_shard'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `block in create_statsd'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `each'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `create_statsd'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:20:in `stats'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:244:in `<module:GitHub>'
remote: 	from /data/github/releases/deploy-b/lib/github/config/stats.rb:12:in `<top (required)>'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/lib/github/logger.rb:3:in `<top (required)>'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/lib/github.rb:137:in `<module:GitHub>'
remote: 	from /data/github/releases/deploy-b/lib/github.rb:20:in `<top (required)>'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: 	from /data/github/releases/deploy-b/config/basic.rb:230:in `<top (required)>'
remote: 	from /data/github/releases/deploy-b/vendor/ruby/44c51a28900fc53699489c87289294b79ee365d3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
remote: 	from /data/github/releases/deploy-b/vendor/ruby/44c51a28900fc53699489c87289294b79ee365d3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
To https://github.com/gmelloni/LowMACA.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/gmelloni/LowMACA.git?

I?ve probably set up the remotes in the wrong way. Any help is appreciated.

thanks

Giorgio