Open travisgriggs opened 5 years ago
I found I couldn't do the git submodule update --init command because of the url in the .gitmodules file. It fails on key issues. Changing said value to:
git submodule update --init
url
.gitmodules
url = https://github.com/krzyzanowskim/OpenSSL.git
fixes the issue.
I found I couldn't do the
git submodule update --init
command because of theurl
in the.gitmodules
file. It fails on key issues. Changing said value to:fixes the issue.