starfive-tech / VisionFive2

445 stars 79 forks source link

git: recommend git submodule url from ssh to https #32

Closed andyhu-stf closed 1 year ago

andyhu-stf commented 1 year ago

Previously we selected git ssh url to download the repo, this would be convenient for developers had github account. Now some people complain that it is not convenient to git clone repo. User need to creat github account and add ssh public key to github account. Considering that case, we change repo url from the git ssh to https.

see: https://forum.rvspace.org/t/cant-proceed-the-part-for-downloading-the-sdk/2151/11