Skip to content

Commit

Permalink
[openface] fix git protocol issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 13, 2022
1 parent 8bb8fac commit 699dabc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openface/torch.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# shellcheck disable=SC2164
pushd . > /dev/null

# GitHub has disabled the 'git:// 'protocol, https://github.blog/2021-09-01-improving-git-protocol-security-github/
# This is safe to do for other repos as those are also not working anymore
git config --global url.https://github.com/.insteadOf git://github.com

tue-install-echo "Installing Torch"
if [ -n "$TUE_CUDA" ]
then
Expand Down

0 comments on commit 699dabc

Please sign in to comment.