Drop my previous comment...

lobi@orange4:~/juliarepo$ ../julia04/julia 
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.0-dev+4829 (2015-05-14 14:22 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 9a47c3b (9 days old master)
|__/                   |  x86_64-linux-gnu

julia> Pkg.update()
INFO: Updating METADATA...
fatal: 'XCB' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) [1]
 in pipeline_error at ./process.jl:512
 in run at ./process.jl:486
 in anonymous at ./pkg/entry.jl:252
 in withenv at ./env.jl:179
 in anonymous at ./pkg/entry.jl:251
 in cd at ./file.jl:22
 in update at ./pkg/entry.jl:255
 in anonymous at ./pkg/dir.jl:31
 in cd at ./file.jl:22
 in cd at ./pkg/dir.jl:31
 in update at ./pkg.jl:45

julia> 

whilelobi@orange4:~/.julia/v0.4/XCB$ ls
deps  LICENSE  LICENSE.md  README.md  src  test
lobi@orange4:~/.julia/v0.4/XCB$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

nothing to commit, working directory clean
lobi@orange4:~/.julia/v0.4/XCB$ git pull --rebase -q
lobi@orange4:~/.julia/v0.4/XCB$ 


Reply via email to