codeskyblue / codeskyblue/go-sh

Help

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.1k
Forks
137
PR merge metrics
No merged PRs in 30d

Description

```
out, err := sh.Command("./1", sh.Dir("/opt/wdsf/1/")).Output()
fmt.Println(string(out), err)
```
截屏2022-06-22 23 34 04

fork/exec ./1: exec format error

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the shown sh.Command("./1", sh.Dir("/opt/wdsf/1/")).Output() call and inspect the command-execution path that produces "fork/exec ./1: exec format error". The issue does not name a source file, test, expected behavior, or requested change, so completion would first require clarifying the intended fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.