-
Notifications
You must be signed in to change notification settings - Fork 31
Command "git reset --hard -q origin/master" failed with error code 128 in /home/misp/MISP-Taxii-Server/src/pymisp #96
Description
Guys, can anyone help me on this, I'm newbie on it, but this is the lgs from the console.
misp@misp:/MISP-Taxii-Server$ sudo pip3 install -r REQUIREMENTS.txt/MISP-Taxii-Server$
The directory '/home/misp/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/misp/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting zmq (from -r REQUIREMENTS.txt (line 1))
Downloading https://files.pythonhosted.org/packages/6e/78/833b2808793c1619835edb1a4e17a023d5d625f4f97ff25ffff986d1f472/zmq-0.0.0.tar.gz
Collecting pyaml (from -r REQUIREMENTS.txt (line 2))
Downloading https://files.pythonhosted.org/packages/15/c4/1310a054d33abc318426a956e7d6df0df76a6ddfa9c66f6310274fb75d42/pyaml-20.4.0-py2.py3-none-any.whl
Collecting cabby (from -r REQUIREMENTS.txt (line 3))
Downloading https://files.pythonhosted.org/packages/ce/65/8d803b3ca222aca82462f7e3cba32410c96729e057c5190948d8f41a00c8/cabby-0.1.23-py2.py3-none-any.whl
Collecting mysqlclient (from -r REQUIREMENTS.txt (line 4))
Downloading https://files.pythonhosted.org/packages/3c/df/59cd2fa5e48d0804d213bdcb1acb4d08c403b61c7ff7ed4dd4a6a2deb3f7/mysqlclient-2.0.3.tar.gz (88kB)
100% |████████████████████████████████| 92kB 1.1MB/s
Collecting opentaxii (from -r REQUIREMENTS.txt (line 5))
Downloading https://files.pythonhosted.org/packages/f0/94/2128b61007c708418d7fd732775b924805de924fe6328aa5daedb49181d2/opentaxii-0.2.0.tar.gz (58kB)
100% |████████████████████████████████| 61kB 1.3MB/s
Obtaining pymisp from git+https://github.com/MISP/PyMISP#egg=pymisp (from -r REQUIREMENTS.txt (line 6))
Updating ./src/pymisp clone
Could not find a tag or branch 'origin/master', assuming commit.
fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
Command "git reset --hard -q origin/master" failed with error code 128 in /home/misp/MISP-Taxii-Server/src/pymisp
misp@misp: