FhenixProtocol / fheos

FheOS is a modular layer that allows the blockchain to execute encrypted computations powered by FHE
Other
16 stars 9 forks source link

Pulling submodules fails due to password authentication on a private repo #91

Closed milan-sedivy closed 3 months ago

milan-sedivy commented 3 months ago

You will receive a message from remote when pulling warp-drive via https:

remote: Support for password authentication was removed on August 13, 2021.

This is caused because the submodule is a private repository and the remote an https link.

i.e. excerpt from .gitmodules:

[submodule "go-ethereum"]
    path = go-ethereum
    branch = warp-refactor
    url = git@github.com:FhenixProtocol/go-ethereum.git
[submodule "warp-drive"]
    path = warp-drive
    url = https://github.com/fhenixprotocol/warp-drive.git     #<--- Issue here