auxves / vscode-syncify

A reliable way of syncing your VSCode settings and extensions
https://arnohovhannisyan.space/vscode-syncify
MIT License
15 stars 1 forks source link

[BUG] Windows host, can't see error screen or debug logs #33

Closed sharksforarms closed 4 years ago

sharksforarms commented 4 years ago

Syncify Version

I am using Syncify v3.12.3

Describe the bug

Cannot upload to bitbucket, cannot see error on error screen (also tried enabling debug mode, don't see anything in console

To Reproduce

Sign into bitbucket, add repo, upload

Expected behavior

Screenshots

image

Additional context

Worked on linux host, tried to use on windows host, any other way to get debug logs?

sharksforarms commented 4 years ago

After digging into the webview source using dev tools I see this:

"Error: spawn git ENOENT\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)\n\tat onErrorNT (internal/child_process.js:456:16)\n\tat processTicksAndRejections (internal/process/task_queues.js:84:9)"

Will investigate further

auxves commented 4 years ago

@sharksforarms Do you have git installed on your machine? If not, please follow the instructions here.

sharksforarms commented 4 years ago

Re-installed git and got it working.