Fixed: Revel installation stuck at «git clone https://gopkg.in/fsnotify.v1»

I faced this issue while installing Revel, installation stuck at “git clone https://gopkg.in/fsnotify.v1”

Command

1 2 3   go get github.com/revel/cmd/revel  

When i checked the ps output it was showing

1 2 3 4 5 6 7     [root@abc.ohm git]# ps aux |grep go|grep -v mongo root     19971  0.0  0.0 302948 12024 pts/0    Sl+  16:28   0:00 go get github.com/revel/cmd/revel root     19980  0.0  0.0 115368  2032 pts/0    S+   16:28   0:00 git clone https://gopkg.in/fsnotify.v1 /mnt/go/src/gopkg.in/fsnotify.v1 root     19981  0.0  0.0  96312  8364 pts/0    S+   16:28   0:00 gitremotehttps origin https://gopkg.in/fsnotify.v1  

Fix

Upgraded git on the server. I was using git 1.7, upgraded to latest git version (2.1) and its fixed.

 
Author: , 0000-00-00