Dear all, I've just finished migrating the (active) GNUnet Subversion repositories to Git. You should be able to
$ git clone git://gnunet.org/$REPONAME # read-only, insecure $ git clone https://gnunet.org/git/$REPONAME # read-only, secure $ git clone git+ssh://[email protected]/$REPONAME # dev-only The Web interface to the repos is now at https://gnunet.org/git/ If you used to have write access, you probably "lost" it because the authentication method changed to SSH. To regain write access, you need to simply e-mail Jeff Burdges, Florian Dold, Gabor Toth or me (all in CC) your SSH public key (preferably in an encrypted, GnuPG signed e-mail). Please note that from now on, Git commits must be GnuPG signed (for example, using "git commit -S") and will continue to be automatically e-mailed to the [email protected] mailinglist. Happy decentralised hacking! Christian _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
