You do `raco pkg config --set git-checkout-credentials user:password`
and then it will work.

Jay

On Tue, Oct 24, 2017 at 12:52 AM, Matthew Butterick <m...@mbtype.com> wrote:
> Seems like this has been asked before. But the exact search query is eluding 
> me.
>
> One can do `raco pkg install http://url/to/public/git/repo`.
>
> Is it possible to use a private repo as the target of `raco pkg install`? 
> (IIRC, no.)
>
> What is the least painful workaround? Make a local clone of the private repo 
> with git, and then do `raco pkg install 
> /path/to/local/clone/of/private/repo`? (And then subsequent updates can be 
> `git pull` + `raco setup`)
>
> --
> 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.



-- 
-=[     Jay McCarthy               http://jeapostrophe.github.io    ]=-
-=[ Associate Professor        PLT @ CS @ UMass Lowell     ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
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