Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg problem #3464

Closed
nolta opened this issue Jun 20, 2013 · 0 comments
Closed

pkg problem #3464

nolta opened this issue Jun 20, 2013 · 0 comments

Comments

@nolta
Copy link
Member

nolta commented Jun 20, 2013

Appears 86d9fd4 is to blame:

julia> Pkg.init()
Initialized empty Git repository in /Users/nolta/.julia/.git/
[master (root-commit) aaa9ecd] Initial empty commit
Cloning into 'METADATA'...
remote: Counting objects: 7104, done.
remote: Compressing objects: 100% (3619/3619), done.
remote: Total 7104 (delta 1123), reused 7032 (delta 1057)
Receiving objects: 100% (7104/7104), 629.97 KiB, done.
Resolving deltas: 100% (1123/1123), done.
[master 521af6e] Empty package repo
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 METADATA
 create mode 100644 REQUIRE
git: 'git' is not a git command. See 'git --help'.

Did you mean this?
    init
ERROR: failed process: Process(`git git config remote.origin.url`, ProcessExited(1)) [1]
 in error at error.jl:22
 in pipeline_error at process.jl:434
 in readall at process.jl:399
 in autoconfig_pushurl at git.jl:200
 in cd at file.jl:25
 in anonymous at no file:119
 in cd at file.jl:25
 in init at pkg.jl:99
 in init at pkg.jl:127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant