flipkart-incubator / watchdog

Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Apache License 2.0
412 stars 103 forks source link

git command update #9

Closed bhatisunil2706 closed 6 years ago

bhatisunil2706 commented 6 years ago

"pip install -e git+https://github.com/brokenseal/PyV8-OS-X#egg=pyv8" isNot working

ERROR

Command "git clone -q git://github.com/brokenseal/PyV8-OS-X /tmp/src/pyv8" failed with error code 128 in None

Working command:

pip install -e git+https://github.com/brokenseal/PyV8-OS-X#egg=pyv8 is working

mohangcsm commented 6 years ago

hey, we are not seeing any problem with pip install -e git://github.com/brokenseal/PyV8-OS-X#egg=pyv8. It is installing smoothly on 'Ubuntu 16.04.4 x64' box. Let me know the machine configuration you are using.