>From a fresh unstable VM, I tried to get some practice using
dh-make-golang so that I can eventually package my own project. This
seems like the kind of thing that is obvious to someone, but I'm
stumped.

I'm following Michael's guide at
https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html

<quote>
user@debian:/tmp$ git config --get user.email
jacobmar...@google.com
user@debian:/tmp$ git config --get user.name
Jacob Marble
user@debian:/tmp$ dh-make-golang github.com/golang/example
2015/10/29 17:31:58 Downloading "github.com/golang/example/..."
2015/10/29 17:31:59 Determining upstream version number
2015/10/29 17:31:59 Package version is "0.0~git20150610.0.fef4da8"
2015/10/29 17:31:59 Determining package type
2015/10/29 17:31:59 Determining dependencies
gbp:error: Failed to commit tree:
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <@debian>) not allowed

2015/10/29 17:31:59 Could not create git repository: exit status 1
user@debian:/tmp$
</quote>

Jacob

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to