npm install -g gatsby-cli Create a new Gatsby site gatsby new gatsby-site Expected result Created new gatsby site in current directory. Actual result Received following error Error: Command failed with exit code 128: git clone https://github.com/gatsbyjs/ga tsby-starter-default.git example -...
It's reason for const { stdout } = await execa( 'git', ['-P', 'shortlog', '-nes', '--', filePath], { cwd, stdin: 'inherit', } ) https://github.com/vuepress/vuepress-next/blob/main/packages/%40vuepress/plugin-git/src/utils/getContributors...
* When "git fetch --prune" failed to prune the refs it wanted to prune, the command issued error messages but exited with exit status 0, which has been corrected. (merge c9e04d905e tg/fetch-prune-exit-code-fix later to maint). * Problems identified by Coverity in the reftable code ...
exit(1); } if (!done_help) { char *assumed = help_unknown_cmd(cmd); strvec_replace(&args, 0, assumed); free(assumed); cmd = args.v[0]; done_help = 1; } else { break; } } fprintf(stderr, _("failed to run command '%s': %s\n"), cmd, strerror(errno...
Returns a namedtuple with fields: success - a boolean indicating that the rebase command completed successfully. message - if the rebase failed, this contains the stdout of the failed rebase. """ try: args = [ '-c', 'gc.auto={}'.format('1' if allow_gc else '0'), '...
It seems that the git installation on my Ubuntu Hardy (amd64) machine with git version 1.5.4.3 is behaving slightly different. The command line “git log f320” seems to be interpreted as“git log ..f320” (list commits up to f320, including), is shows a slew of commits on my box....
# 添加 .gitignore 文件之后,可能有些文件报错 `ignored tracked with git` # 需要用 `git rm --cached` 进行删除 $ gitrm--cached <file> # 部分动态文件可能报错文件内容不一致 `the following files have staged content different from both the file and the HEAD` ...
| ERROR: oe_runmake failed| WARNING: exit code 1 from a shell command.ERROR: Task (virtual:native:/mnt/disks/yocto_disk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/git/git_2.44.1.bb:do_compile) failed with exit code '1'NOTE: Tasks Summary: Attempted 2220 tasks of which ...
(args, p_apk.returncode, File "/home/alinuxchap/pmbootstrap/pmb/helpers/run_core.py", line 251, in check_return_code raise RuntimeError(f"Command failed (exit code {str(code)}): " + RuntimeError: Command failed (exit code 99): apk add postmarketos-base device-motorola-ali ...
ShellOut::ShellCommandFailed---Expected process to exit with [0], but received '127'--- Begin output of semodule -i /opt/gitlab/embedded/selinux/rhel/7/gitlab-7.2.0-ssh-keygen.pp ---STDOUT:STDERR: semodule: relocation error: semodule: symbol semanage_module_info_get_version, version...