git config --global --unset url."https://github.com/".insteadOf
(or) git config --global --edit On Tuesday, January 21, 2014 8:44:18 AM UTC-6, Stefan Karpinski wrote: > > Looks like you're having a DNS issue. I'm not sure how to fix it, however. > One thing you could try is doing > > git config --global url."https://github.com/".insteadOf "git://github.com/ > " > > at a terminal and then see if that fixes things. That will modify your > global git config file, so to go back to a normal state, you will need to > edit that file, but I have no idea where it might live on Windows. > > > On Tue, Jan 21, 2014 at 4:18 AM, Raffael Vogler > <[email protected]<javascript:> > > wrote: > >> Hi! >> >> Trying to install Winston, Gadfly or Gaston as suggested here >> <http://julialang.org/downloads/>fails with following error message: >> >> julia> Pkg.add("Gadfly") >> Pkg.add("Gadfly") >> INFO: Initializing package repository C:\Users\Raffael\.julia >> INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl >> fatal: Unable to look up github.com (port 9418) (Beim Datenbankaufrufist ein >> ni >> cht behebbarer Fehler aufgetreten.) >> ERROR: failed process: Process(`git clone -q -b metadata-v2 git:// >> github.com/Jul >> iaLang/METADATA.jl METADATA`, ProcessExited(128)) [128] >> in pipeline_error at process.jl:476 >> in success at process.jl:468 >> in run at process.jl:453 >> >> >> (Beim Datenbankaufruf ist ein nicht behebbarer Fehler aufgetreten.) >> = (During the data base request a non-recoverable error occured.) >> >> I just joined the community one hour ago and am pretty clueless how to >> deal with this issue. >> >> Julia: >> Version 0.2.0 (2013-11-16 23:44 UTC) >> Official http://julialang.org release >> x86_64-w64-mingw32 >> >> OS: >> Windows 8 Pro 64bit >> >> Kind regards >> >> Raffael >> > >
