# How to make Pkg remember github creds

**URL:** https://discourse.julialang.org/t/how-to-make-pkg-remember-github-creds/44760
**Category:** New to Julia
**Tags:** question, pkg, git, github
**Created:** [August 11, 2020, 9:05pm UTC](https://discourse.julialang.org/t/how-to-make-pkg-remember-github-creds/44760 "2020-08-11T21:05:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mkarikom](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkarikom/32/7096_2.png) [@mkarikom](https://discourse.julialang.org/u/mkarikom)
#### Post date: [August 11, 2020, 9:05pm UTC](https://discourse.julialang.org/t/how-to-make-pkg-remember-github-creds/44760/1 "2020-08-11T21:05:01Z")

</div>

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

```julia
(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?
