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

Don't use unauthenticated git protocol #210

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

michalinacienciala
Copy link
Contributor

GitHub is no longer allowing for referencing the dependencies using
git:// protocol. Instead we can use git+https://.
The change prevents from getting the The unauthenticated git protocol on port 9418 is no longer supported. error.

GitHub is no longer allowing for referencing the dependencies using
`git://` protocol. Instead we can use `git+https://`.
The change prevents from getting the `The unauthenticated git protocol
on port 9418 is no longer supported.` error.
@lukasz-zimnoch lukasz-zimnoch merged commit 2431c20 into main Mar 22, 2022
@lukasz-zimnoch lukasz-zimnoch deleted the dont-use-unauthenticated-git-protocol branch March 22, 2022 10:06
@pdyraga pdyraga added this to the solidity/v2.0.0 milestone Jan 5, 2023
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

Successfully merging this pull request may close these issues.

3 participants