Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: waitpid for fetch-pack failed: No child processes

I am getting this error when trying to clone any repository.

cant find much help on this from google.

C:\wamp64\www>git clone https://github.com/codeg8/laravel-crud-generator.git
Cloning into 'laravel-crud-generator'...
remote: Counting objects: 50, done.
remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50
Unpacking objects: 100% (50/50), done.
error: waitpid for fetch-pack failed: No child processes
like image 766
Mohan Avatar asked Oct 31 '17 10:10

Mohan


2 Answers

Try running Git application as an Administrator (right click-> Run as Administrator), if its Windows. It worked for me.

like image 178
Pavithra Kumaresh Avatar answered Oct 19 '22 18:10

Pavithra Kumaresh


Run the Git Bash as admin and clone the directly. I had the same issue and above solution worked for me.

like image 28
Vikas Dubey Avatar answered Oct 19 '22 18:10

Vikas Dubey