tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
505 stars 293 forks source link

Use HTTPS for GitHub clone URLs #601

Closed jwilk closed 9 months ago

jwilk commented 9 months ago

GitHub has dropped support for the git:// protocol: https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/

tcurdt commented 9 months ago

Thanks for the PR - but SSH support is still going strong:

Screenshot 2023-12-04 at 09 41 01

It's not quite the same thing. What problems were you having with cloning?