You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub recently updated Git protocol security, and the usage of the unencrypted git protocol has been retired permanently on March 15th. But, the Debian control file deb.control still used git protocol for Vcs-Git. Hence, may lead to bunch of unauthenticated git protocol errors.
Proposed Solution
Use https protocol in place of unencrypted git protocol
git://github.com/ethereum/go-ethereum.git should be changed to https://github.com/ethereum/go-ethereum.git