degit
degit copied to clipboard
Meta: tests failing with "Could not read from remote repository" on private repo
Notice: https://ci.appveyor.com/project/Rich-Harris/degit/builds/35905210
11) degit
git mode
is able to clone correctly using git mode:
Error: Command failed: node C:\projects\degit\dist\bin.js --mode=git https://github.com/Rich-Harris/degit-test-repo-private.git .tmp/test-repo
! Command failed: git clone [email protected]:Rich-Harris/degit-test-repo-private .tmp/test-repo
Cloning into '.tmp/test-repo'...
Warning: Permanently added the RSA host key for IP address '140.82.114.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.
Does the https://github.com/Rich-Harris/degit-test-repo-private repository still exist? Do the CIs need to be set up with some access keys?
Also the tests seem to be failing on Windows just due to a mismatch in slashes expectations. I could fix that but the repo seems no PR has been accepted since February.
There's a PR with a possible fix as well: https://github.com/Rich-Harris/degit/pull/172