Git Submodule - Permission Denied

后端 未结 9 1311
长发绾君心
长发绾君心 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条回答
  •  猫巷女王i
    2021-02-03 21:37

    In my case the issue was caused by console which did not ask me for a password. Solution was to change the console from CMDER to Gitbash. When I used CMDER it does not show the password window which caused this access denied issue.

提交回复
热议问题