Error: Git “Error deploying the application”How do I discard unstaged changes in Git?How to remove local (untracked) files from the current Git working treeWhat is the difference between 'git pull' and 'git fetch'?How do I undo 'git add' before commit?How do I undo the most recent local commits in Git?How do I force “git pull” to overwrite local files?How do I check out a remote Git branch?How do I delete a Git branch locally and remotely?How do I revert a Git repository to a previous commit?How do I rename a local Git branch?

How do you determine which representation of a function to use for Newton's method?

Minimum number of lines to draw 111 squares

All numbers in a 5x5 Minesweeper grid

Why do things cool off?

Is it safe to put a microwave in a walk-in closet?

Can a business put whatever they want into a contract?

Should the pagination be reset when changing the order?

What exactly is a web font, and what does converting to one involve?

How can I create folders in folders in terminal

Does Mage Hand give away the caster's position?

Delete empty subfolders, keep parent folder

Who are the people reviewing far more papers than they're submitting for review?

Persuading players to be less attached to a pre-session 0 character concept

Madrid to London w/ Expired 90/180 days stay as US citizen

Statistical tests for benchmark comparison

Why do we need to use transistors when building an OR gate?

Problem of Induction: Dissolved

MySQL - How to check for a value in all columns

Why are there no programmes / playbills for movies?

Social Encounters in a West Marches Campaign

In Bb5 systems against the Sicilian, why does White exchange their b5 bishop without playing a6?

Paradox regarding phase transitions in relativistic systems

Lumens specs when buying a flashlight/torch. Why maglite has only 680lm but cheap ones have 900,000?

Inquiry answerer



Error: Git “Error deploying the application”


How do I discard unstaged changes in Git?How to remove local (untracked) files from the current Git working treeWhat is the difference between 'git pull' and 'git fetch'?How do I undo 'git add' before commit?How do I undo the most recent local commits in Git?How do I force “git pull” to overwrite local files?How do I check out a remote Git branch?How do I delete a Git branch locally and remotely?How do I revert a Git repository to a previous commit?How do I rename a local Git branch?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm using Git to mount an app to Scalingo, but when I do "git push scalingo master" it shows me this:



XXXXX+AAAA@AAAA MINGW32 ~/Desktop/Scalingo (master)
$ git push scalingo master



Counting objects: 1120, done.



Delta compression using up to 4 threads.



Compressing objects: 100% (1043/1043), done.



Writing objects: 100% (1120/1120), 16.71 MiB | 1.53 MiB/s, done.



Total 1120 (delta 208), reused 0 (delta 0)



<-- Start deployment of vinumtest -->



 Fetching source code

Fetching deployment cache


-----> Installing requirements with pip



 You must give at least one requirement to install (see "pip help 


install")



Build complete, shipping your container...



Waiting for your application to boot...



! Error deploying the application



! → Your application has stopped unexpectedly when starting



! Read the output and fix your code accordingly



! Common errors: http://doc.scalingo.com/deployment/start-
error#crashed



! Need help? Email us: support@scalingo.com



To git@scalingo.com:test.git



! [remote rejected] master -> master (pre-receive hook declined)



error: failed to push some refs to 'git@scalingo.com:test.git'



The actual result is that I cant do the command "git push scalingo master"










share|improve this question
































    0















    I'm using Git to mount an app to Scalingo, but when I do "git push scalingo master" it shows me this:



    XXXXX+AAAA@AAAA MINGW32 ~/Desktop/Scalingo (master)
    $ git push scalingo master



    Counting objects: 1120, done.



    Delta compression using up to 4 threads.



    Compressing objects: 100% (1043/1043), done.



    Writing objects: 100% (1120/1120), 16.71 MiB | 1.53 MiB/s, done.



    Total 1120 (delta 208), reused 0 (delta 0)



    <-- Start deployment of vinumtest -->



     Fetching source code

    Fetching deployment cache


    -----> Installing requirements with pip



     You must give at least one requirement to install (see "pip help 


    install")



    Build complete, shipping your container...



    Waiting for your application to boot...



    ! Error deploying the application



    ! → Your application has stopped unexpectedly when starting



    ! Read the output and fix your code accordingly



    ! Common errors: http://doc.scalingo.com/deployment/start-
    error#crashed



    ! Need help? Email us: support@scalingo.com



    To git@scalingo.com:test.git



    ! [remote rejected] master -> master (pre-receive hook declined)



    error: failed to push some refs to 'git@scalingo.com:test.git'



    The actual result is that I cant do the command "git push scalingo master"










    share|improve this question




























      0












      0








      0








      I'm using Git to mount an app to Scalingo, but when I do "git push scalingo master" it shows me this:



      XXXXX+AAAA@AAAA MINGW32 ~/Desktop/Scalingo (master)
      $ git push scalingo master



      Counting objects: 1120, done.



      Delta compression using up to 4 threads.



      Compressing objects: 100% (1043/1043), done.



      Writing objects: 100% (1120/1120), 16.71 MiB | 1.53 MiB/s, done.



      Total 1120 (delta 208), reused 0 (delta 0)



      <-- Start deployment of vinumtest -->



       Fetching source code

      Fetching deployment cache


      -----> Installing requirements with pip



       You must give at least one requirement to install (see "pip help 


      install")



      Build complete, shipping your container...



      Waiting for your application to boot...



      ! Error deploying the application



      ! → Your application has stopped unexpectedly when starting



      ! Read the output and fix your code accordingly



      ! Common errors: http://doc.scalingo.com/deployment/start-
      error#crashed



      ! Need help? Email us: support@scalingo.com



      To git@scalingo.com:test.git



      ! [remote rejected] master -> master (pre-receive hook declined)



      error: failed to push some refs to 'git@scalingo.com:test.git'



      The actual result is that I cant do the command "git push scalingo master"










      share|improve this question
















      I'm using Git to mount an app to Scalingo, but when I do "git push scalingo master" it shows me this:



      XXXXX+AAAA@AAAA MINGW32 ~/Desktop/Scalingo (master)
      $ git push scalingo master



      Counting objects: 1120, done.



      Delta compression using up to 4 threads.



      Compressing objects: 100% (1043/1043), done.



      Writing objects: 100% (1120/1120), 16.71 MiB | 1.53 MiB/s, done.



      Total 1120 (delta 208), reused 0 (delta 0)



      <-- Start deployment of vinumtest -->



       Fetching source code

      Fetching deployment cache


      -----> Installing requirements with pip



       You must give at least one requirement to install (see "pip help 


      install")



      Build complete, shipping your container...



      Waiting for your application to boot...



      ! Error deploying the application



      ! → Your application has stopped unexpectedly when starting



      ! Read the output and fix your code accordingly



      ! Common errors: http://doc.scalingo.com/deployment/start-
      error#crashed



      ! Need help? Email us: support@scalingo.com



      To git@scalingo.com:test.git



      ! [remote rejected] master -> master (pre-receive hook declined)



      error: failed to push some refs to 'git@scalingo.com:test.git'



      The actual result is that I cant do the command "git push scalingo master"







      xcode git






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 29 at 15:13









      chris

      1,2182 gold badges10 silver badges15 bronze badges




      1,2182 gold badges10 silver badges15 bronze badges










      asked Mar 28 at 13:37









      Jose Luis Escobar MartinJose Luis Escobar Martin

      11 bronze badge




      11 bronze badge

























          1 Answer
          1






          active

          oldest

          votes


















          2
















          As the message in the deployment is telling you:



           You must give at least one requirement to install (see "pip help install")


          It seems that your requirements.txt does not contain any dependency. All the Python modules you're using should be listed in this file.



          What kind of application are you trying to deploy?



          Whatever is the app, you have to ensure that your application is working on your local workstation before deploying it.



          Regards,



          -- Léo






          share|improve this answer


























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55399008%2ferror-git-error-deploying-the-application%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2
















            As the message in the deployment is telling you:



             You must give at least one requirement to install (see "pip help install")


            It seems that your requirements.txt does not contain any dependency. All the Python modules you're using should be listed in this file.



            What kind of application are you trying to deploy?



            Whatever is the app, you have to ensure that your application is working on your local workstation before deploying it.



            Regards,



            -- Léo






            share|improve this answer































              2
















              As the message in the deployment is telling you:



               You must give at least one requirement to install (see "pip help install")


              It seems that your requirements.txt does not contain any dependency. All the Python modules you're using should be listed in this file.



              What kind of application are you trying to deploy?



              Whatever is the app, you have to ensure that your application is working on your local workstation before deploying it.



              Regards,



              -- Léo






              share|improve this answer





























                2














                2










                2









                As the message in the deployment is telling you:



                 You must give at least one requirement to install (see "pip help install")


                It seems that your requirements.txt does not contain any dependency. All the Python modules you're using should be listed in this file.



                What kind of application are you trying to deploy?



                Whatever is the app, you have to ensure that your application is working on your local workstation before deploying it.



                Regards,



                -- Léo






                share|improve this answer















                As the message in the deployment is telling you:



                 You must give at least one requirement to install (see "pip help install")


                It seems that your requirements.txt does not contain any dependency. All the Python modules you're using should be listed in this file.



                What kind of application are you trying to deploy?



                Whatever is the app, you have to ensure that your application is working on your local workstation before deploying it.



                Regards,



                -- Léo







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 28 at 14:52

























                answered Mar 28 at 14:47









                SoulouSoulou

                991 silver badge5 bronze badges




                991 silver badge5 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55399008%2ferror-git-error-deploying-the-application%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript