Mac ssh-keygen sha256

broken image
broken image

I needed to add the SSH Keys from the new laptop to GitHub to then be able to add the submodule. To correct this there were a few things that needed to happen due to the new security changes deprecating the use of passwords for basic authentication with GitHub. The public folder wasn’t being properly recognized as a submodule within my Github repository when cloning it to the new laptop.

broken image

After searching multiple sites to try and correct this issue I was finally able to figure out what the problem was. When trying to update the website hosted in GitHub from a different laptop there was an issue with the submodules not being updated on the new laptop correctly.