1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Git spamming the console

Discussion in 'Development' started by r7vmc, May 22, 2018.

  1. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    Hi PMMP community

    I don't know if this is the right place to post my issue but help me please if you can

    I was trying to use this Git Library to clone some files on my server
    but after it finishes cloning my console spams with these things
    [​IMG]
    [​IMG]
    and the code i'm using is
    PHP:
    GitRepository::cloneRepository("https://github.com/pmmp/PocketMine-MP.git"$this->getServer()->getDataPath());
     
    Last edited: May 22, 2018
  2. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    the fixes I tried to do is
    Putting the --quiet parameter
    Trying exec(git clone);

    And they both didn't do well
     
  3. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    well...
    nevermind this issue only happens on windows i didnt face this on linux
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.