Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Damaged OS, git push does not work. The program does not launch after 1 hour of using it #201

Open
tankoman228 opened this issue Nov 10, 2024 · 2 comments

Comments

@tankoman228
Copy link

Describe the bug
After installing not working discord, but youtube fixed. Two hours later I tried to use git in terminal (Linux Mint), git push does nont work. Error:
Failed to connect to 127.0.0.1 port 8000 after 0 ms

To Reproduce
Steps to reproduce the behavior:

  1. Install this to Linux Mint
  2. Use it
  3. See that some time later the window will not open
  4. Cannot use git, 127.0.0.1:8000 will not work anymore

Expected behavior
This program must not breack my OS, I just want to use youtube and discord again

Desktop (please complete the following information):

  • OS: Linux Mint (based on Ubuntu based on Debian)
  • Version: latest release (deb package)
@tankoman228
Copy link
Author

Fixed by changing green-tunnel.desktop

[Desktop Entry]
Name=Green Tunnel
Comment=bypasses DPI (Deep Packet Inspection) systems found in many ISPs (Internet Service Providers)
GenericName=green-tunnel
Exec=green-tunnel --no-sandbox %U
Icon=green-tunnel
Type=Application
StartupNotify=true
Categories=Utility;

(adding --no-sandbox %U)

But git does not work

@tankoman228
Copy link
Author

Fixed by sudo apt remove green-tunnel and
tank@compudator:/eclipse-workspace$ env | grep -i proxy
no_proxy=localhost,127.0.0.0/8,::1
https_proxy=http://127.0.0.1:8000/
NO_PROXY=localhost,127.0.0.0/8,::1
HTTPS_PROXY=http://127.0.0.1:8000/
HTTP_PROXY=http://127.0.0.1:8000/
http_proxy=http://127.0.0.1:8000/
tank@compudator:
/eclipse-workspace$
unset HTTP_PROXY
unset HTTPS_PROXY
unset http_proxy
unset https_proxy
unset NO_PROXY
unset no_proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant