gel project init in windows pwsh completely made my antivirus (BitDefender) freak out and quarantine files
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
- Gel Version:
- PS C:\Users\Fanless AMD\Documents\Develop\projects\sql\gel> gel query 'select sys::get_version_as_str()'
Connecting to Gel instance 'gel' at localhost:10700...
gel error: I/O error. Check your connection to the database: ClientConnectionFailedError: Der kunne ikke oprettes forbindelse, fordi destinationscomputeren aktivt nægtede det. (os error 10061)
- Gel CLI Version: Gel CLI 7.4.0+a0caba5
- OS Version: Win 11 / PowerShell 7.5.1
Steps to Reproduce:
1. I tried to run gel project init
2. But after a long time of installing the pwsh shell simply closed, and the anti virus came up and said it had prevented a malicious attack and had quarantined a lot of files. See screen shots


3. Things dont work as you can see from the version query above. The local instance is inactive.
gel instance list
┌───────┬──────┬─────────────────┬─────────────┬──────────┐
│ Kind │ Name │ Location │ Version │ Status │
├───────┼──────┼─────────────────┼─────────────┼──────────┤
│ local │ gel │ localhost:10700 │ 6.7+0d93b1f │ inactive │
└───────┴──────┴─────────────────┴─────────────┴──────────┘
4. ==> Please advise how I can clean up this mess and either make installation work or remove it completely from pwsh as well as wsl
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.