You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RuntimeException]
Failed to clone https://github.com/Pi-George/laminas-file.git via https, ssh protocols, aborting.
- https://github.com/Pi-George/laminas-file.git
Cloning into bare repository '/root/.cache/composer/vcs/https---github.com-Pi-George-laminas-file.git'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
- [email protected]:Pi-George/laminas-file.git
Cloning into bare repository '/root/.cache/composer/vcs/https---github.com-Pi-George-laminas-file.git'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Also worth noting, checkout is checking out a bitbucket repo, not a github repo.
The text was updated successfully, but these errors were encountered:
This line in git clone shallow:
git config --global url."ssh://[email protected]".insteadOf "https://github.com" || true
Is causing composer install to fail with:
Also worth noting, checkout is checking out a bitbucket repo, not a github repo.
The text was updated successfully, but these errors were encountered: