Commit f62b8a4
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: 991b9284c188b680651201c408b356a81240a84e1 parent b675879 commit f62b8a4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments