Re: [racket-users] git-checkout-credentials

2016-10-28 Thread Alexis King
The `raco pkg config` options are documented here: http://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-config%29 (It might be a good idea to add the names of the individual options to the index so they can be searchable.) Specifically, the format is a series of username:password

[racket-users] git-checkout-credentials

2016-10-27 Thread Philip McGrath
I'm excited by the ability to use authentication-required git repositories with the package system. > - The package system supports authentication when installing packages > from git, using the `raco pkg config git-checkout-credentials` > configuration option. > What is the value to be