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
Description
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 tohttps://github.com/ethereum/go-ethereum.git
Reference
https://github.blog/2021-09-01-improving-git-protocol-security-github/
The text was updated successfully, but these errors were encountered: