JuliaLang / Juleps

Julia Enhancement Proposals
Other
67 stars 24 forks source link

github private with git credentials #25

Open JeffreySarnoff opened 7 years ago

JeffreySarnoff commented 7 years ago

I have a private package kept with github, using their fee-enabled private setting. To use it locally, first I clone it and thereafter I use checkout. Checkout prompts me for the username and password. My username and password are stored using git's credentials manager.

Pkg3's clone and checkout should find them.