My configuration:
- laptop: XPS 15 7590
- system: Ubuntu 18.04
- internet connection: wifi (5 GHz)
Every time I run git pull, git push I have to wait like 15 minutes until it is done. Same problem with running add-apt-repository ppa. As I was trying to solve it, I found this question where the solution was running:
sudo sysctl net.ipv6.conf.all.disable_ipv6=1
which is disabling IPv6 until next reboot. It really works. I would like to understand why exactly is this helping and also what can/should be done (set up) to make this permanent. And is it actually okay to set this permanently?