The company network may have blocked the git:// protocol and a package manager like ngm may fail when attempting to update dependencies.
You can get Git to automatically use https:// instead of git:// in URL's.
git config --global url.https://.insteadOf git://
1 comment:
Has been stable for Ubuntu 16.04. Failed after upgrading to Ubuntu 17.04 with kernel 4.10.0-20-generic. Saved by rebooting with the old kernel 4.8.x.
Removed this driver
$sudo dkms remove rtl8812AU/4.3.14
$sudo rm -rf /usr/src/rtl8812AU
Post a Comment