looks like sf doesnt like git protocol anymore.
Use anonymous https instead
This commit is contained in:
parent
fcf5087da9
commit
93b71e29e6
1 changed files with 5 additions and 5 deletions
10
.gitmodules
vendored
10
.gitmodules
vendored
|
@ -1,20 +1,20 @@
|
||||||
[submodule "simgear"]
|
[submodule "simgear"]
|
||||||
path = simgear
|
path = simgear
|
||||||
url = git://git.code.sf.net/p/flightgear/simgear
|
url = https://git.code.sf.net/p/flightgear/simgear
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "flightgear"]
|
[submodule "flightgear"]
|
||||||
path = flightgear
|
path = flightgear
|
||||||
url = git://git.code.sf.net/p/flightgear/flightgear
|
url = https://git.code.sf.net/p/flightgear/flightgear
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "fgrun"]
|
[submodule "fgrun"]
|
||||||
path = fgrun
|
path = fgrun
|
||||||
url = git://git.code.sf.net/p/flightgear/fgrun
|
url = https://git.code.sf.net/p/flightgear/fgrun
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "fgdata"]
|
[submodule "fgdata"]
|
||||||
path = fgdata
|
path = fgdata
|
||||||
url = git://git.code.sf.net/p/flightgear/fgdata
|
url = https://git.code.sf.net/p/flightgear/fgdata
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "windows-3rd-party"]
|
[submodule "windows-3rd-party"]
|
||||||
path = windows-3rd-party
|
path = windows-3rd-party
|
||||||
url = git://git.code.sf.net/p/flightgear/windows-3rd-party
|
url = https://git.code.sf.net/p/flightgear/windows-3rd-party
|
||||||
branch = master
|
branch = master
|
||||||
|
|
Loading…
Add table
Reference in a new issue