# Julia repl is ignoring my ssh config file

**URL:** https://discourse.julialang.org/t/julia-repl-is-ignoring-my-ssh-config-file/65287
**Category:** New to Julia
**Tags:** github, ssh
**Created:** [July 26, 2021, 4:06am UTC](https://discourse.julialang.org/t/julia-repl-is-ignoring-my-ssh-config-file/65287 "2021-07-26T04:06:18Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![dmoored4](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dmoored4/32/18311_2.png) [@dmoored4](https://discourse.julialang.org/u/dmoored4)
#### Post date: [June 14, 2022, 5:45pm UTC](https://discourse.julialang.org/t/julia-repl-is-ignoring-my-ssh-config-file/65287/7 "2022-06-14T17:45:20Z")

</div>

Edited to fix typos…  
Sorry to bump an old one, but maybe this will help some people. This worked for me, not sure if it’s the best solution or will work for everybody.

The environment variable is set in Julia with:

```julia
julia> ENV["JULIA_PKG_USE_CLI_GIT"]=true

```

If you want this behavior always (which I think many do), then you need to put this in a `startup.jl` file. If you don’t have one of those already, it goes here:

`C:\\Users\\you\\.julia\\config\\startup.jl`

and just put that one line in the file.

---

_[View the full topic](https://discourse.julialang.org/t/julia-repl-is-ignoring-my-ssh-config-file/65287)._
