Can someone please let me know, what the issue below.I also tried using Https/ssh instead of git but not working.
ubuntu@ubuntu2004:~/Downloads/sequential_sentence_classification-master$ pip install -r requirements.txt
Collecting jsonlines
Using cached jsonlines-3.1.0-py3-none-any.whl (8.6 kB)
Obtaining allennlp from git+git://github.com/ibeltagy/allennlp@fp16_and_others#egg=allennlp (from -r requirements.txt (line 2))
Cloning git://github.com/ibeltagy/allennlp (to revision fp16_and_others) to ./src/allennlp
Running command git clone -q git://github.com/ibeltagy/allennlp /home/ubuntu/Downloads/sequential_sentence_classification-master/src/allennlp
fatal: unable to connect to github.com:
github.com[0: 140.82.112.4]: errno=Connection timed out
ERROR: Command errored out with exit status 128: git clone -q git://github.com/ibeltagy/allennlp /home/ubuntu/Downloads/sequential_sentence_classification-master/src/allennlp Check the logs for full command output
I tried this but still facing issue
ubuntu@ubuntu2004:~/Downloads/sequential_sentence_classification-master$ git remote set-url origin ssh://github.com/ibeltagy/allennlp to ./src/allennlp
fatal: not a git repository (or any of the parent directories): .git
ubuntu@ubuntu2004:~/Downloads/sequential_sentence_classification-master$ git remote set-url origin https://github.com/ibeltagy/allennlp to ./src/allennlp
fatal: not a git repository (or any of the parent directories): .git
ubuntu@ubuntu2004:~/Downloads/sequential_sentence_classification-master$ pip install -r requiremnts.txt