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:
parent
eee7d52c80
commit
7799abc8a0
|
@ -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
|
Loading…
Reference in New Issue