[All OSes] Revert gitlfs changes (#9984)

* Revert "[Ubuntu] Add new git environment variable (#9899)"

This reverts commit ee7edb4f80.

* Revert "[Windows] Add new git environment variable (#9898)"

This reverts commit 5113d251a8.

* Revert "[macOS] Add new git environment variable (#9900)"

This reverts commit 5c60b0c2af.
This commit is contained in:
Mikhail Koliada
2024-06-04 13:32:40 +02:00
committed by GitHub
parent 5a99573420
commit 52bcf848e5
6 changed files with 0 additions and 21 deletions

View File

@@ -6,7 +6,6 @@
# Source the helpers for use with the script
source $HELPER_SCRIPTS/install.sh
source $HELPER_SCRIPTS/etc-environment.sh
GIT_REPO="ppa:git-core/ppa"
@@ -21,10 +20,6 @@ cat <<EOF >> /etc/gitconfig
directory = *
EOF
# Revert to the old behaviour and avoid the Git LFS problems (https://github.blog/2024-05-14-securing-git-addressing-5-new-vulnerabilities/)
set_etc_environment_variable "GIT_CLONE_PROTECTION_ACTIVE" 'false'
reload_etc_environment
# Install git-ftp
apt-get install git-ftp