gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Fix git clone instruction in the README #113

Closed cortinico closed 2 years ago

cortinico commented 2 years ago

The current instructions fails with:

fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
big-guy commented 2 years ago

Thanks, I think this is handled in https://github.com/gradle/gradle-completion/pull/112

cortinico commented 2 years ago

Yup thanks for the follow up 👍