change git@ submodule urls (llvm-project and dobiestation) to https, like all the other existing submodules. one still has the nuisance of placating git when pushing, but at least one can CLONE without needing credentials setup.

typically changing the submodule paths wrecks repositories. you can try to repair it by deleting the directories and doing "git submodule update --init --recursive" from the bizhawk root. In my experience, git GUIs may mess something up here
This commit is contained in:
zeromus 2020-08-06 16:05:34 -04:00
parent eee7d52c80
commit 7799abc8a0
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -31,7 +31,7 @@
branch = bizhawk
[submodule "waterbox/llvm-project"]
path = waterbox/llvm-project
url = git@github.com:llvm/llvm-project.git
url = https://github.com/llvm/llvm-project.git
[submodule "waterbox/dobie/dobiestation"]
path = waterbox/dobie/dobiestation
url = git@github.com:nattthebear/DobieStation.git
url = https://github.com/nattthebear/DobieStation.git