Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Show git clone output #270

Closed
brunocoelho opened this issue Mar 19, 2014 · 0 comments
Closed

Show git clone output #270

brunocoelho opened this issue Mar 19, 2014 · 0 comments
Assignees
Milestone

Comments

@brunocoelho
Copy link
Member

Something weird happens when child_process module tries to manage git's output.
You can reproduce this behavior when trying to fork or create a new repository and clone it.

screen shot 2014-03-19 at 3 48 47 pm

The last and blank line is supposed to print git's output about the status of the download, something like:

  Cloning into 'dracula-theme'...
  remote: Reusing existing pack: 100848, done.
  remote: Counting objects: 6270, done.
  remote: Compressing objects: 100% (2672/2672), done.
  Receiving objects:  23% (25098/107118), 103.43 MiB | 560.00 KiB/s

It seems that the problem is here.

@zenorocha zenorocha changed the title Problem with child_process module Show git clone output Mar 19, 2014
@zenorocha zenorocha added this to the 1.9.5 milestone Jan 6, 2015
@henvic henvic closed this as completed in 8587fd6 Jan 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants