OpenWare icon indicating copy to clipboard operation
OpenWare copied to clipboard

submodule update fails

Open dbetz opened this issue 3 years ago • 1 comments

I'm trying to setup a build environment for my Lich module and the first step is installing OpenWare. Unfortunately, I get this error when trying to do a "git submodule update" to get the libraries. How do I resolve this?

$ git submodule update Cloning into '/Users/dbetz/Dropbox/lich/OpenWare/Libraries'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:pingdynasty/OpenWareLibraries.git' into submodule path '/Users/dbetz/Dropbox/lich/OpenWare/Libraries' failed Failed to clone 'Libraries'. Retry scheduled

dbetz avatar Nov 25 '22 15:11 dbetz

I had the same problem. It seems it is an authentication problem. If sign in to github and add an ssh key to your account (https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) you should solve the problem. It did work for me.

davidpirro avatar Dec 04 '23 13:12 davidpirro