# Import the Pkgs already installed on another PC

**URL:** https://discourse.julialang.org/t/import-the-pkgs-already-installed-on-another-pc/17158
**Category:** General Usage
**Created:** [November 5, 2018, 8:43am UTC](https://discourse.julialang.org/t/import-the-pkgs-already-installed-on-another-pc/17158 "2018-11-05T08:43:04Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [November 7, 2018, 10:31am UTC](https://discourse.julialang.org/t/import-the-pkgs-already-installed-on-another-pc/17158/18 "2018-11-07T10:31:32Z")

</div>

@HerAdri this rather old writeup should help.  
[Troubleshooting libgit2](https://discourse.julialang.org/t/troubleshooting-libgit2/1542)  
And this  
[Git Behind A Proxy Server - How to modify your Git commands for proxies - Guide - The freeCodeCamp Forum](https://www.freecodecamp.org/forum/t/git-behind-a-proxy-server/13187)

git config --global http.proxy [http://hemes:password@proxy05.ecp.elc:8080](http://hemes:password@proxy05.ecp.elc:8080)

git config --global https.proxy [https://hemes:password@proxy05.ecp.elc:8080](https://hemes:password@proxy05.ecp.elc:8080)  
I think you opnly have to set the http proxy

If this does not work we may have to set the HTTP\_PROXY environment variable

---

_[View the full topic](https://discourse.julialang.org/t/import-the-pkgs-already-installed-on-another-pc/17158)._
