mathieudutour / mathieudutour/git-sketch-plugin
Push failed
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
### How did it happen?
1.
2.
3.
### Error log
```
Failed to run: undefined
{
"pid": "19139",
"status": 128,
"stdout": ""
}
/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:10567
/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:15862
c@/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:20189
/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:21294
/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:21247
/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:21280
__skpm_run@/Users/chenye/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Push.js:1:21579
__skpm_run@[native code]
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failed push in the Sketch Git plugin and inspect the error log, especially the generated __commands_Push.js entry points shown in the report. The issue does not provide reproduction steps, repository details, or a test; done would require identifying why the push exits with status 128 and confirming that pushing succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- desktop, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100