How to make Pkg remember github creds

Say I need to pull in a package from a private repo:

(myproj) pkg> add https://github.com/org/package.jl
    Cloning git-repo `https://github.com/org/package.jl`
Username for 'https://github.com': org
Password for 'https://org@github.com': 

Is there a way to configure Pkg to remember all this stuff?

1 Like