That doesn’t work for bitbucket repos, though…
From: [email protected] [mailto:[email protected]] On Behalf Of Jacob Quinn Sent: Sunday, April 24, 2016 8:49 PM To: [email protected] Subject: Re: [julia-users] Cloning private package with 0.5 Note that it's currently possible to clone private GitHub repos using "personal access tokens" from Github. If you go to your profile/settings, you can generate private access tokens that allow access to private Github repos and then from Julia, you can clone with the following format: Pkg.clone("https://username:[email protected]/username/private_repo.jl") On Fri, Apr 22, 2016 at 5:57 PM, Eric Forgy <[email protected] <mailto:[email protected]> > wrote: I have the same problem (on Windows) and really hoping this gets fixed before 0.5 is released. I have a ton of private repos. I'd prefer a solution that lets me keep my remotes at [email protected]:EricForgy/MyPrivateRepo.jl <mailto:[email protected]:EricForgy/MyPrivateRepo.jl> . It would be more than a little annoying if I have to change every one to https. Hopefully, Pkg can do some magic and make the changes for me if needed.
