Open pillowfication opened 1 week ago
These errors are now occasionally seen with no changes to the workflow:
npm error An unknown git error occurred
npm error signal SIGTERM
npm error command git --no-replace-objects clone ssh://git@github.com/org/package.git C:\npm\cache\_cacache\tmp\git-clonedA4wWF --recurse-submodules --depth=1 --config core.longpaths=true
npm error Cloning into 'C:\npm\cache\_cacache\tmp\git-clonedA4wWF'...
npm error Received disconnect from 140.82.112.3 port 22:11: Bye Bye
npm error Disconnected from 140.82.112.3 port 22
npm error fetch-pack: unexpected disconnect while reading sideband packet
npm error fatal: early EOF
npm error fatal: fetch-pack: invalid index-pack output
npm error A complete log of this run can be found in: C:\npm\cache\_logs\xxxx-xx-xxxxx_xx_xx_xxxx-debug-0.log
Error: Process completed with exit code 1.
(Sorry if this is not the appropriate place to ask)
My
package.json
lists a private git repo as dependency asI'm using
webfactory/ssh-agent@v0.9.0
so that it can install this package.The problem is that
npm clean-install
occasionally succeeds after ~5min and occasionally fails after ~15min.Is there anything that can be done about this?