1

I am trying to deploy my private git repo on cpanel, but I am facing this Error. cpanel

I don't have terminal or ssh access to the cPanel, that is why I can not clone git repo with git commands. the only option for me is the git user interface provided by cPanel. and when I use the http address of my repo I face the mentioned error. Thanks in advance

Hadi Aghandeh
  • 765
  • 6
  • 24

1 Answers1

0

This is because you are trying to clone a private respo. You can only clone public repo using this.

you can go through this Cloning a private Github repo

although the options present there may be a tad outdated.

user575272
  • 112
  • 9