mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
Vagrantfile: Add mitigation for GitHub's git protocol deprecation.
The planned brownouts already cause problems. Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
parent
49602674d0
commit
9d98dd3391
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -79,6 +79,9 @@ Vagrant.configure(2) do |config|
|
||||
apt-get install -y ccache texinfo gpgv2 gnupg2 git docker-ce docker-ce-cli containerd.io \
|
||||
fontforge-nox python-debian uuid-dev python3-pip
|
||||
|
||||
# https://github.blog/2021-09-01-improving-git-protocol-security-github/
|
||||
git config --global url.https://github.com/.insteadOf git://github.com/
|
||||
|
||||
#install adobe font devkit to build source san hans
|
||||
pip3 install afdko
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user