There might be some related issues already reported, but I didn't see one
that was quite what I'm seeing. I can clone my repos outside of Julia
normally , but Pkg.clone in Julia results in repeatedly getting asked for
my username/password. I don't get an error if I provide an incorrect
username/password. I have github.user=joshday and
credential.helper=osxkeychain in my git config (cached password), so I'm
not sure why I'm being asked for my username/password to begin with. Any
ideas of where to start?
julia> versioninfo()
Julia Version 0.5.1-pre+2
Commit f0d40ec (2016-09-20 03:34 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin15.6.0)
CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
julia> Pkg.clone("https://github.com/joshday/MyPrivateRepo.jl")
INFO: Cloning MyPrivateRepo from https://github.com/joshday/MyPrivateRepo.jl
Username for 'https://github.com':joshday
Password for 'https://[email protected]':
Username for 'https://github.com' [joshday]:
Password for 'https://[email protected]':
Username for 'https://github.com' [joshday]:fake_name
Password for 'https://[email protected]':
Username for 'https://github.com' [fake_name]: