• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Cloning into bare repository '/var/www/vhosts/rapidshoper.com/git/laravel_c3fdb1'... fatal: could not read Username for 'https:/

adhirat

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
Plesk Obsidian Web Host Edition 18.0.57 Update #2
Hi Team,
I am trying to host a larval application in my domain.
I have added the SSH key in my github account and when I tried to Import, I am getting the following error.
Can you please advise how to fix this?


1701744041320.png
 
Hello.

According to your screenshot - you provide an HTTP address as a repository URL. But authorization by SSH Key works only with SSH cloning. So you should go to your GitHub repository, find Clone option and choose SSH. After that, you will get a URL, that looks like [email protected]:<user>/<repoName>.git. With this URL, you will be able to clone your repo using Laravel Toolkit.
 
Hello.

According to your screenshot - you provide an HTTP address as a repository URL. But authorization by SSH Key works only with SSH cloning. So you should go to your GitHub repository, find Clone option and choose SSH. After that, you will get a URL, that looks like [email protected]:<user>/<repoName>.git. With this URL, you will be able to clone your repo using Laravel Toolkit.
Thanks... It worked...
 
Hello.

According to your screenshot - you provide an HTTP address as a repository URL. But authorization by SSH Key works only with SSH cloning. So you should go to your GitHub repository, find Clone option and choose SSH. After that, you will get a URL, that looks like [email protected]:<user>/<repoName>.git. With this URL, you will be able to clone your repo using Laravel Toolkit.
in my case, what is the solution?
I hide/blur some data
1744305204744.png
 
Please double-check if the index.html file is indeed present in the document root of the domain name in question. If yes, please rename the file to something like index.html_old. If that doesn't sort it, please navigate to Domains > example.com > Apache & Nginx Settings. Under "Index files" choose the "Enter custom value" option and define the format of the index file you are using.
 
Please double-check if the index.html file is indeed present in the document root of the domain name in question. If yes, please rename the file to something like index.html_old. If that doesn't sort it, please navigate to Domains > example.com > Apache & Nginx Settings. Under "Index files" choose the "Enter custom value" option and define the format of the index file you are using.
I followed those steps, Please check the attached screenshots. I have 2 paths (httpdoc & git), where should the website path be?, This is a new empty server where I'm doing the test, so some git files are in the httpdoc path and some in the git path
 

Attachments

  • Screenshot 2025-05-08 111124.png
    Screenshot 2025-05-08 111124.png
    54.1 KB · Views: 6
  • Screenshot 2025-05-08 1109554.png
    Screenshot 2025-05-08 1109554.png
    57.7 KB · Views: 5
The index file should be under httpdocs (unless otherwise specified). Under the git folder should contain the repository data.
 
Back
Top