Hello colleague, On Saturday, August 27, 2016 at 9:20:32 AM UTC+2, Liye zhang wrote: > > Julia and its packages are installed using the network at my home. When I > try to install new package using the network in my company, there are > errors as mentioned above. > > When I update using the network at home, there is no error. So, is this > error caused by the change of the IP, which would be used by git of Julia > package system ? > > This error occurred many times. Could anyone give me some help? >
company networks usually are firewalled and proxied to the outside internet. So it's not the change of IP only. You can check, if running git config --global url."https://<GITUSERNAME>@".insteadOf git:// on a shell solves this for you (it did for me)
