git clone recursive时要求public key 解决

1、先clone这个repo

git clone https://github.com/williamyang1991/Rerender_A_Video.git

2、多半要修改.gitmodules文件

把url都从[email protected]:username/ControlNet.git改成https://github.com/username/ControlNet.git

3、重新sync配置文件的url

git submodule sync

4、下载submodules

git submodule update --init --recursive

你可能感兴趣的:(计算机科学与技术,git)