针对你遇到的错误 pnpm: command failed with exit code 128: git -c core.longpaths=true fetch --,这里有一些可能的解决步骤和检查点: 分析错误代码128的含义及其可能的原因: 错误代码128通常表示在执行git命令时遇到了问题。这个错误可能与多种因素有关,包括网络连接、权限问题、远程仓库设置等
> pnpm i ERROR Command failed with exit code 128: git -c core.longpaths=true fetch --depth 1 origin e63f6c77e051483624c5806909de30434662bc9f ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the...
I noticed that after upgrading to PNPM 9.4.0, Dependabot is modifying the dependency URLs fromhttps://codeload.github.com/to git+https://git@github.com, which is causing the following error: ERROR Command failed with exit code 128: /usr/bin/git clone git@github.com:CaoMeiYouRen/rss-pars...
Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. pnpm: Command failed with exit code 128: C:\Program Files\Git\cmd\git.EXE -c core.longpaths=true clone git@github.com:tauri-apps/tauri...
● create-next-app with package manager bun › should use bun when user-agent is bun Command failed with exit code 217 (Unknown system error -217): npm i -g bun 25 | nextTgzFilename = pkgPaths.get('next') 26 | > 27 | await command('bun', ['--version']) | ^ 28 | // ...
pnpm version: 2.2.1 Code to reproduce the issue: Don't have a shareable deterministic repro... Expected behavior: When performing an install pnpm should use the same SHA algorithm as server is using when checking for integrity. Actual be...