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 pairs that
correspond to HTTP Basic Authentication username & password. The `raco
pkg config` command should also prompt you with the proper format if you
provide an improperly formatted value. Here’s a usage example:

  raco pkg config --set git-checkout-credentials alyssa:pass1234

> On Oct 27, 2016, at 02:55, Philip McGrath <phi...@philipmcgrath.com> wrote:
> 
> 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 provided for git-checkout-credentials? It doesn't 
> seem to have made it into the docs yet (or, at least, I haven't found it).
> Thanks,
> Philip

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to