Skip to content

Commit a83473f

Browse files
orgadsmstorsjo
authored andcommitted
build-mingw-w64: Clone on https instead of git protocol
git port is typically blocked by outbound corporate firewalls.
1 parent 5dd6b4a commit a83473f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ -z "$CHECKOUT_ONLY" ]; then
4848
fi
4949

5050
if [ ! -d mingw-w64 ]; then
51-
git clone git://git.code.sf.net/p/mingw-w64/mingw-w64
51+
git clone https://git.code.sf.net/p/mingw-w64/mingw-w64
5252
CHECKOUT=1
5353
fi
5454

0 commit comments

Comments
 (0)