Skip to content

Commit f62b8a4

Browse files
yoosfulfacebook-github-bot
authored andcommitted
update git protocol in requirements
Summary: installing dependencies in `docs/requirements.txt` gives the following error. updated the git protocol from git+git to git+https ``` 10:46:52 PM: Collecting git+git://github.com/facebookresearch/fvcore.git (from -r requirements.txt (line 18)) 10:46:52 PM: Cloning git://github.com/facebookresearch/fvcore.git to /tmp/pip-req-build-aiwe16rj 10:46:52 PM: Running command git clone -q git://github.com/facebookresearch/fvcore.git /tmp/pip-req-build-aiwe16rj 10:46:52 PM: fatal: remote error: 10:46:52 PM: The unauthenticated git protocol on port 9418 is no longer supported. 10:46:52 PM: Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ``` Pull Request resolved: #4138 Reviewed By: wat3rBro Differential Revision: D36134716 Pulled By: zhanghang1989 fbshipit-source-id: 991b9284c188b680651201c408b356a81240a84e
1 parent b675879 commit f62b8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tabulate
1414
cloudpickle
1515
Pillow
1616
future
17-
git+git://github.com/facebookresearch/fvcore.git
17+
git+https://github.com/facebookresearch/fvcore.git
1818
https://download.pytorch.org/whl/cpu/torch-1.8.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
1919
https://download.pytorch.org/whl/cpu/torchvision-0.9.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
2020
omegaconf>=2.1.0.dev24

0 commit comments

Comments
 (0)