Often(but not always) after using the git log command, : are shown on my terminal window and it just becomes unresponsive The 2019 Stack Overflow Developer Survey Results Are InHow can I view a git log of just one user's commits?Git Log in ZSH Terminalquitting git log from a bash scriptgit pull - can't submit merge messageJenkins Release artifact job running on Windows fails in Git push commandwhy do it get : when i press git log commandGit for windows not opening after updateSourceTree custom action doesn't work but works through Git terminal windowAfter Git Revert command I can't use the command line / gitHow can I see git log in AOSP (Android Open Source Project) after repo sync done?

Return to UK after being refused entry years previously

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Can you compress metal and what would be the consequences?

Right tool to dig six foot holes?

Are there incongruent pythagorean triangles with the same perimeter and same area?

Is a "Democratic" Oligarchy-Style System Possible?

Is three citations per paragraph excessive for undergraduate research paper?

Button changing it's text & action. Good or terrible?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

How to save as into a customized destination on macOS?

Aging parents with no investments

If a Druid sees an animal’s corpse, can they wild shape into that animal?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

FPGA - DIY Programming

What is the motivation for a law requiring 2 parties to consent for recording a conversation

How come people say “Would of”?

Time travel alters history but people keep saying nothing's changed

Origin of "cooter" meaning "vagina"

How to deal with fear of taking dependencies

How technical should a Scrum Master be to effectively remove impediments?

Is there any way to tell whether the shot is going to hit you or not?

Shouldn't "much" here be used instead of "more"?

"as much details as you can remember"

Deal with toxic manager when you can't quit



Often(but not always) after using the git log command, : are shown on my terminal window and it just becomes unresponsive



The 2019 Stack Overflow Developer Survey Results Are InHow can I view a git log of just one user's commits?Git Log in ZSH Terminalquitting git log from a bash scriptgit pull - can't submit merge messageJenkins Release artifact job running on Windows fails in Git push commandwhy do it get : when i press git log commandGit for windows not opening after updateSourceTree custom action doesn't work but works through Git terminal windowAfter Git Revert command I can't use the command line / gitHow can I see git log in AOSP (Android Open Source Project) after repo sync done?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I tried searching on the web and here on Stackoverflow but can't seem to find a similar problem/ solution. I'm not exactly sure on how to word this problem, so i've added an image link. I get this problem often but not always-after using the ' git log' command. When I try to close the terminal, the error dialogue box pops up.



Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



Image 2: Error dialogue box pop-up when I try to close the terminal



Image 2: Error dialogue box pop-up when I try to close the terminal










share|improve this question






























    0















    I tried searching on the web and here on Stackoverflow but can't seem to find a similar problem/ solution. I'm not exactly sure on how to word this problem, so i've added an image link. I get this problem often but not always-after using the ' git log' command. When I try to close the terminal, the error dialogue box pops up.



    Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



    Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



    Image 2: Error dialogue box pop-up when I try to close the terminal



    Image 2: Error dialogue box pop-up when I try to close the terminal










    share|improve this question


























      0












      0








      0








      I tried searching on the web and here on Stackoverflow but can't seem to find a similar problem/ solution. I'm not exactly sure on how to word this problem, so i've added an image link. I get this problem often but not always-after using the ' git log' command. When I try to close the terminal, the error dialogue box pops up.



      Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



      Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



      Image 2: Error dialogue box pop-up when I try to close the terminal



      Image 2: Error dialogue box pop-up when I try to close the terminal










      share|improve this question
















      I tried searching on the web and here on Stackoverflow but can't seem to find a similar problem/ solution. I'm not exactly sure on how to word this problem, so i've added an image link. I get this problem often but not always-after using the ' git log' command. When I try to close the terminal, the error dialogue box pops up.



      Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



      Image 1: Screenshot of the terminal screen. I can't type anything after the : at the very bottom



      Image 2: Error dialogue box pop-up when I try to close the terminal



      Image 2: Error dialogue box pop-up when I try to close the terminal







      git pager






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 22 at 6:23









      kowsky

      3,4911428




      3,4911428










      asked Mar 22 at 3:50









      SIVARAJ GHANESH A L THANASAGARSIVARAJ GHANESH A L THANASAGAR

      255




      255






















          1 Answer
          1






          active

          oldest

          votes


















          0














          It is a sign of pager. You can disable it by git config --global core.pager "" for good, or git -c core.pager="" log or git --no-pager log for once.



          But it's not a good idea to disable it in case the output is lengthy. When you see ":", you can press q to quit, or press arrow keys, page up, page down to navigate the output. Input /keyword and press enter to search the output for the keyword.



          Besides, you can use the options like -3, --oneline to limit the output of git log.



          The less in the 2nd image is one of the pagers. It's the default pager Git uses.






          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/3.0/"u003ecc by-sa 3.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%2f55292641%2foftenbut-not-always-after-using-the-git-log-command-are-shown-on-my-termina%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









            0














            It is a sign of pager. You can disable it by git config --global core.pager "" for good, or git -c core.pager="" log or git --no-pager log for once.



            But it's not a good idea to disable it in case the output is lengthy. When you see ":", you can press q to quit, or press arrow keys, page up, page down to navigate the output. Input /keyword and press enter to search the output for the keyword.



            Besides, you can use the options like -3, --oneline to limit the output of git log.



            The less in the 2nd image is one of the pagers. It's the default pager Git uses.






            share|improve this answer





























              0














              It is a sign of pager. You can disable it by git config --global core.pager "" for good, or git -c core.pager="" log or git --no-pager log for once.



              But it's not a good idea to disable it in case the output is lengthy. When you see ":", you can press q to quit, or press arrow keys, page up, page down to navigate the output. Input /keyword and press enter to search the output for the keyword.



              Besides, you can use the options like -3, --oneline to limit the output of git log.



              The less in the 2nd image is one of the pagers. It's the default pager Git uses.






              share|improve this answer



























                0












                0








                0







                It is a sign of pager. You can disable it by git config --global core.pager "" for good, or git -c core.pager="" log or git --no-pager log for once.



                But it's not a good idea to disable it in case the output is lengthy. When you see ":", you can press q to quit, or press arrow keys, page up, page down to navigate the output. Input /keyword and press enter to search the output for the keyword.



                Besides, you can use the options like -3, --oneline to limit the output of git log.



                The less in the 2nd image is one of the pagers. It's the default pager Git uses.






                share|improve this answer















                It is a sign of pager. You can disable it by git config --global core.pager "" for good, or git -c core.pager="" log or git --no-pager log for once.



                But it's not a good idea to disable it in case the output is lengthy. When you see ":", you can press q to quit, or press arrow keys, page up, page down to navigate the output. Input /keyword and press enter to search the output for the keyword.



                Besides, you can use the options like -3, --oneline to limit the output of git log.



                The less in the 2nd image is one of the pagers. It's the default pager Git uses.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 22 at 4:10

























                answered Mar 22 at 3:58









                ElpieKayElpieKay

                9,16321023




                9,16321023





























                    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%2f55292641%2foftenbut-not-always-after-using-the-git-log-command-are-shown-on-my-termina%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