• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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...
 
Back
Top