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
Using the config-repos branch and without changing anything, I tried to run the following from the root of this repository:
$ php ./bin/phpcsdocs generate
And got the following error response:
In GitCodeRepository.php line 26:
The command "git clone "[email protected]:PHPCompatibility/PHPCompatibility.git" "var/repos/PHPCompatibility/"" failed.
Exit Code: 128(Invalid exit argument)
Working directory: D:\000_GitHub\PHPCS\PHPCSStandards\phpcs-docs
Output:
================
Error Output:
================
Cloning into 'var/repos/PHPCompatibility'...
Warning: Permanently added the RSA host key for IP address '140.82.121.3' to the list of known hosts.
[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.
The text was updated successfully, but these errors were encountered:
Using the
config-repos
branch and without changing anything, I tried to run the following from the root of this repository:And got the following error response:
The text was updated successfully, but these errors were encountered: