I'm trying to clone a package that is hosted as a private package on bitbucket. I'm calling Pkg.clone(url), and have tried both the https and the ssh variant of the repo URL. Neither one works.
When I use the SSH link I get an error "Unsupported URL protocol", when I use the https variant I get a prompt asking for the username, and once I've entered that, I get this error: ERROR: ccal: could not find function getpass Is there currently any way to clone private repos with julia 0.5? On julia 0.4 I can use the SSH URL without problems (my SSH keys are all set up properly). Thanks, David -- David Anthoff University of California, Berkeley http://www.david-anthoff.com
