didn't have user.name set...  andrew

On Monday, 25 May 2015 18:55:36 UTC-3, andrew cooke wrote:
>
>
> I am seeing this on two different computers, on trunk (below is 7 days 
> old, but also on latest pull) and 0.3:
>
>
>    _       _ _(_)_     |  A fresh approach to technical computing
>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>    _ _   _| |_  __ _   |  Type "help()" for help.
>   | | | | | | |/ _` |  |
>   | | |_| | | | (_| |  |  Version 0.4.0-dev+4888 (2015-05-18 15:20 UTC)
>  _/ |\__'_|_|_|\__'_|  |  Commit ca2ca31* (7 days old master)
> |__/                   |  x86_64-suse-linux
>
> julia> Pkg.generate("SimpleParser", "MIT")
> INFO: Initializing package repository /home/andrew/.julia/v0.4
> INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
> INFO: Initializing SimpleParser repo: /home/andrew/.julia/v0.4/
> SimpleParser
> ERROR: failed process: Process(`git 
> --work-tree=/home/andrew/.julia/v0.4/SimpleParser 
> --git-dir=/home/andrew/.julia/v0.4/SimpleParser/.git config --get 
> user.name`, ProcessExited(1)) [1]
>  in readbytes at process.jl:469
>  in copyright_name at pkg/generate.jl:8
>  in anonymous at pkg/generate.jl:52
>  in transact at pkg/git.jl:97
>  in package at pkg/generate.jl:50
>  in anonymous at pkg/dir.jl:31
>  in cd at file.jl:22
>  in cd at pkg/dir.jl:31
>
> but it seems too common a command to be a bug.  Does anyone know what I 
> could be doing wrong?
>
> The git command itself works fine:
>
> ```
> andrew@netbook:~> git --work-tree=/home/andrew/.julia/v0.4/SimpleParser 
> --git-dir=/home/andrew/.julia/v0.4/SimpleParser/.git config --get 
> user.name
> ```
>
> Thanks,
> Andrew
>

Reply via email to