did you add and commit files before pushing?
this looks like a git error on your local box and I don't think it's app service related.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
1 . git push azure master
error: src refspec master does not match any.
error: failed to push some refs to 'https://******@MyAppName.scm.azurewebsites.net/MyAppName.git'
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/$(RUBY_BASE_NAME)
--with-pg
--without-pg
--enable-windows-cross
--disable-windows-cross
--with-pg-config
--without-pg-config
--with-pg_config
--without-pg_config
--with-pg-dir
--without-pg-dir
--with-pg-include
--without-pg-include=${pg-dir}/include
--with-pg-lib
--without-pg-lib=${pg-dir}/lib
To see why this extension failed to compile, please check the mkmf.log which can be found here:
/home/mani/rubyrails-tasks/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/pg-1.0.0/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in /home/mani/rubyrails-tasks/vendor/bundle/ruby/2.3.0/gems/pg-1.0.0 for inspection.
Results logged to /home/mani/rubyrails-tasks/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/pg-1.0.0/gem_make.out
An error occurred while installing pg (1.0.0), and Bundler cannot continue.
Make sure that gem install pg -v '1.0.0' --source 'https://rubygems.org/'
succeeds before bundling.
In Gemfile:
pg
did you add and commit files before pushing?
this looks like a git error on your local box and I don't think it's app service related.