Git Submodule - Permission Denied

后端 未结 9 1312
长发绾君心
长发绾君心 2021-02-03 20:44

I am not able to clone the submodule existing within my private git repository. I do have access to entire repository,

Have used the below commands but dint work, pleas

9条回答
  •  时光取名叫无心
    2021-02-03 21:18

    I had the same problem. I removed the entry from .gitmodules and executed git submodule init; git submodule update then I removed the entry from the file system and executed git submodule update --remote and it started downloading the submodule again.

提交回复
热议问题